Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tabbott36 committed Jul 17, 2024
1 parent 189fc31 commit 47b612e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
dockerfile: Dockerfile
command: ["python", "/voe/frbvoe/server.py"]
environment:
- SANIC_HOSTNAME=localhost
- SANIC_HOSTNAME=0.0.0.0
- SANIC_PORT=8001
- SANIC_ACCESS_LOG=true
- SANIC_AUTO_RELOAD=true
Expand Down Expand Up @@ -81,4 +81,4 @@ services:
ports:
- "27017:27017"
volumes:
- ./frbvoe-data:/data/db
- ./frbvoe-data:/data/db

0 comments on commit 47b612e

Please sign in to comment.