Add TZ environment variable to Docker Compose files
This commit is contained in:
@@ -19,6 +19,7 @@ services:
|
||||
- EMAIL_FROM_ADDRESS=your@email.com
|
||||
- EMAIL_SECURE=false
|
||||
- FRONTEND_BASE_URL=https://your-frontend-domain.com
|
||||
- TZ=America/New_York # Set your desired timezone here
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
|
||||
@@ -17,6 +17,7 @@ services:
|
||||
- EMAIL_FROM_ADDRESS=your@email.com
|
||||
- EMAIL_SECURE=false
|
||||
- FRONTEND_BASE_URL=https://your-frontend-domain.com
|
||||
- TZ=America/New_York # Set your desired timezone here
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user