diff --git a/apps/dokploy/templates/tolgee/docker-compose.yml b/apps/dokploy/templates/tolgee/docker-compose.yml index d90e22af..f17b9b3c 100644 --- a/apps/dokploy/templates/tolgee/docker-compose.yml +++ b/apps/dokploy/templates/tolgee/docker-compose.yml @@ -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}