mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-05 15:30:14 +01:00
10 lines
192 B
YAML
10 lines
192 B
YAML
version: '3.8'
|
|
services:
|
|
pingvin-share:
|
|
image: stonith404/pingvin-share
|
|
restart: unless-stopped
|
|
ports:
|
|
- 3000:3000
|
|
volumes:
|
|
- "${PWD}/data:/opt/app/backend/data"
|