mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 07:20:13 +01: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: ./
|