Update docker-compose.yml
uncomment potentially unsave command for production
This commit is contained in:
parent
6ed0262f98
commit
536e66e304
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue