mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Update to pass timezone as env variable to docker (#498)
GENERIC_TIMEZONE is added in the sample .env file but not passed to the docker container through the sample docker-compose.yml
This commit is contained in:
parent
8087583e4a
commit
a98e24f2c6
@ -119,6 +119,7 @@ services:
|
||||
- N8N_PROTOCOL=https
|
||||
- NODE_ENV=production
|
||||
- WEBHOOK_TUNNEL_URL=https://${SUBDOMAIN}.${DOMAIN_NAME}/
|
||||
- GENERIC_TIMEZONE=${GENERIC_TIMEZONE}
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ${DATA_FOLDER}/.n8n:/home/node/.n8n
|
||||
|
||||
Loading…
Reference in New Issue
Block a user