Update arm/docker-compose.yml
This commit is contained in:
parent
b72445b84e
commit
4e5acf9109
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@ services:
|
||||||
- 5678:5678
|
- 5678:5678
|
||||||
volumes:
|
volumes:
|
||||||
- n8n_data:/home/node/.n8n
|
- n8n_data:/home/node/.n8n
|
||||||
|
environment:
|
||||||
|
- GENERIC_TIMEZONE=America/New_York
|
||||||
|
- TZ=America/New_York
|
||||||
|
- WEBHOOK_URL=$WEBHOOK_URL
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- gitea_main
|
- gitea_main
|
||||||
|
|
Reference in a new issue