upgrade docker compose version and variables

This commit is contained in:
Eduardo Silva
2025-12-29 12:02:46 -03:00
parent cbcb832357
commit 7160d93b26
4 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ services:
environment:
- SERVER_ADDRESS=${SERVER_ADDRESS}
- DEBUG_MODE=${DEBUG_MODE}
- COMPOSE_VERSION=02r
- COMPOSE_VERSION=03r
- TZ=${TIMEZONE}
- EXTRA_ALLOWED_HOSTS=${EXTRA_ALLOWED_HOSTS}
volumes: