mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
feat: add TZ env var for traefik
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
||||
image: traefik:v3
|
||||
container_name: traefik
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=${TZ:-UTC}
|
||||
ports:
|
||||
- 443:443
|
||||
- 80:80
|
||||
|
||||
Reference in New Issue
Block a user