mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 15:27:08 +00:00
Update docker-compose.yml
uncomment potentially unsave command for production
This commit is contained in:
parent
6ed0262f98
commit
536e66e304
|
@ -37,7 +37,7 @@ services:
|
|||
- n8n-db
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/n8n/storage:/home/node/.n8n
|
||||
command: n8n start --tunnel
|
||||
#command: n8n start --tunnel
|
||||
depends_on:
|
||||
n8n-db:
|
||||
condition: service_healthy
|
||||
|
|
Loading…
Reference in New Issue
Block a user