update compose to listen to localhost only
This commit is contained in:
parent
f1a077da50
commit
1e1cb5cfd0
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ services:
|
|||
dockerfile: ./Dockerfile
|
||||
# entrypoint: "/bin/sh -c \"poetry run python webserver.py --storage /files\""
|
||||
ports:
|
||||
- "7890:7890"
|
||||
- "127.0.0.1:7890:7890"
|
||||
volumes:
|
||||
- ./files:/files
|
||||
|
|
Loading…
Reference in a new issue