This commit is contained in:
2025-11-30 16:29:53 +01:00
parent 9ae1911a44
commit 6f137b7a1b
5 changed files with 92 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ services:
- N8N_SECURE_COOKIE=false
- WEBHOOK_URL=https://n8n.sectorq.eu
volumes:
- /share/docker_data/n8n/n8n-data:/home/node/.n8n
- n8n-data:/home/node/.n8n
restart: ${RESTART:-unless-stopped}
stop_grace_period: 60s
labels:
@@ -30,4 +30,7 @@ services:
homepage.name: n8n
homepage.server: my-docker
wud.watch: true
wud.watch.digest: true
wud.watch.digest: true
volumes:
n8n-data:
driver: local