Update docker-compose.yml

uncomment potentially unsave command for production
This commit is contained in:
LRVT
2023-09-27 12:05:17 +02:00
committed by GitHub
parent 6ed0262f98
commit 536e66e304

View File

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