typo
This commit is contained in:
parent
84e487ee80
commit
9b9d8f0edb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Reference in a new issue