diff --git a/docker-compose.yml b/docker-compose.yml index fa8cbb2..7fa6671 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: app: build: . ports: - - 127.0.0.1:8080:8000 #127.0.0.1: locally exposed, on port 8080 by default + - 8080:8000 volumes: - ./storage:/app/storage #If you were previously using a named volume, follow https://github.com/itskovacs/trip/releases/tag/1.5.0 to migrate your data. command: ["fastapi", "run", "/app/trip/main.py", "--host", "0.0.0.0"] \ No newline at end of file