Update docker-compose.yaml

This commit is contained in:
2026-02-14 04:05:34 +00:00
parent 62c01cf33d
commit 3f7da27e21

View File

@@ -12,7 +12,7 @@ services:
- PUID=1000
- PGID=1000
- TZ=America/Sao_Paulo
- HOMEPAGE_ALLOWED_HOSTS=${DOMAIN}
- HOMEPAGE_ALLOWED_HOSTS=${HOMEPAGE_ALLOWED_HOSTS}
labels:
- "traefik.enable=true"
- "traefik.http.routers.homepage.rule=Host(`homepage.${DOMAIN}`)"