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:
Simon Mayerhofer 2021-04-27 13:23:58 +02:00 committed by GitHub
parent 8087583e4a
commit a98e24f2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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