init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
pingvin-share:
|
||||
image: stonith404/pingvin-share
|
||||
restart: always
|
||||
ports:
|
||||
- 80:3000
|
||||
environment:
|
||||
- TRUST_PROXY=true
|
||||
volumes:
|
||||
- "./data:/opt/app/backend/data"
|
||||
- "./images:/opt/app/frontend/public/img"
|
||||
Reference in New Issue
Block a user