mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-15 01:14:27 -05:00
8 lines
161 B
YAML
8 lines
161 B
YAML
|
version: '3.3'
|
||
|
services:
|
||
|
pingvin-share:
|
||
|
ports:
|
||
|
- '3000:3000'
|
||
|
image: stonith404/pingvin-share
|
||
|
build:
|
||
|
context: ./
|