diff --git a/docker-compose.yaml b/docker-compose.yaml index f7d0214..f70dabd 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -63,7 +63,7 @@ services: environment: - PYTHONUNBUFFERED=1 # Change this URL if the translator service is running on a different host - - TRANSLATOR_API_URL=http://auracast-translator:7999 + - TRANSLATOR_API_BASE_URL=http://auracast-translator:7999 networks: - default