Korrektur Mounts

This commit is contained in:
Marc Blatter 2025-11-05 12:33:25 +00:00
parent b53ac477f2
commit 12d6abbb25
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ services:
- N8N_PROTOCOL=https
- WEBHOOK_URL=https://workflow.bizmark.ch/
volumes:
- /opt/n8n/data:/home/node/.n8n
- /opt/n8n/logs:/opt/n8n-logs
- /home/n8n/data:/home/node/.n8n
- /home/n8n/logs:/opt/n8n-logs
- /var/run/docker.sock:/var/run/docker.sock # Docker-Socket mounten
restart: unless-stopped