feat: add TZ env var for traefik

This commit is contained in:
Viren070
2025-04-05 22:29:35 +01:00
parent f7588d9da2
commit e97419b2b2
+2
View File
@@ -3,6 +3,8 @@ services:
image: traefik:v3
container_name: traefik
restart: unless-stopped
environment:
- TZ=${TZ:-UTC}
ports:
- 443:443
- 80:80