From 47b612e4804868d732ecd53463bd43143d0e80f0 Mon Sep 17 00:00:00 2001 From: Thomas Abbott Date: Wed, 17 Jul 2024 13:39:54 -0400 Subject: [PATCH] Update docker-compose.yaml --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 2214021..ef5548c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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 @@ -81,4 +81,4 @@ services: ports: - "27017:27017" volumes: - - ./frbvoe-data:/data/db \ No newline at end of file + - ./frbvoe-data:/data/db