Updated port in docker-compose.yml

This commit is contained in:
Kamal Panara
2024-10-27 14:11:43 +05:30
committed by GitHub
parent 2db8057d61
commit b56532f25e

View File

@@ -7,7 +7,7 @@ services:
- ./data:/data
- ./config.yaml:/config.yaml
ports:
- '8080:8080'
- '8080'
environment:
TOLGEE_FRONT_END_URL: ${TOLGEE_HOST}
TOLGEE_AUTHENTICATION_ENABLED: ${TOLGEE_AUTHENTICATION_ENABLED}