update compose to listen to localhost only

This commit is contained in:
Ruben van de Ven 2022-03-15 18:23:42 +01:00
parent f1a077da50
commit 1e1cb5cfd0
1 changed files with 1 additions and 1 deletions

View File

@ -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