kopia lustrzana https://github.com/Haxxnet/Compose-Examples
Update docker-compose.yml
uncomment potentially unsave command for productionpull/19/head
rodzic
6ed0262f98
commit
536e66e304
|
@ -37,7 +37,7 @@ services:
|
||||||
- n8n-db
|
- n8n-db
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/n8n/storage:/home/node/.n8n
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/n8n/storage:/home/node/.n8n
|
||||||
command: n8n start --tunnel
|
#command: n8n start --tunnel
|
||||||
depends_on:
|
depends_on:
|
||||||
n8n-db:
|
n8n-db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
Ładowanie…
Reference in New Issue