fix: use right path
This commit is contained in:
parent
3f7284a735
commit
61cde04741
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ services:
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "8041:8000" # Will listen on port 65193, change that number to change the port
|
- "37701:8000" # Will listen on port 65193, change that number to change the port
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./site:/site
|
- ./app:/app
|
Loading…
Add table
Reference in a new issue