♻️ update volume path for n8n service in stack configuration

This commit is contained in:
2025-10-27 11:23:12 +00:00
parent 0d2143c24d
commit 3a35817ea0

View File

@@ -13,7 +13,7 @@ services:
- WEBHOOK_URL=https://n8n.bitfrost.me/
- TZ=America/New_York
volumes:
- /home/doc/swarm/data/n8n:/home/node/.n8n
- /home/doc/swarm-data/appdata/n8n:/home/node/.n8n
- /var/run/docker.sock:/var/run/docker.sock:ro
deploy:
replicas: 1