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
|
||||
volumes:
|
||||
- n8n_data:/home/node/.n8n
|
||||
environment:
|
||||
- GENERIC_TIMEZONE=America/New_York
|
||||
- TZ=America/New_York
|
||||
- WEBHOOK_URL=$WEBHOOK_URL
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- gitea_main
|
||||
|
|
Reference in a new issue