This commit is contained in:
Jörn-Michael Miehe 2018-12-03 14:27:10 +01:00
parent 84e487ee80
commit 9b9d8f0edb

View file

@ -29,6 +29,6 @@ services:
restart: "no" restart: "no"
volumes: volumes:
- "${PWD}/src:/app/src" - "${PWD}/src:/app/src"
- "${PWD}/static:/app/static" - "${PWD}/public_html:/app/public_html"
ports: ports:
- "8001:8080" - "8001:8080"