This commit is contained in:
2025-12-24 12:29:28 +01:00
parent 0f36436c77
commit dec72e160b
6 changed files with 55 additions and 45 deletions

View File

@@ -7,7 +7,7 @@ services:
- "5678:5678"
volumes:
- ./n8n-data:/home/node/.n8n
- ./n8n-scripts:/home/node/scripts
- ./n8n-scripts:/home/node/.n8n/scripts
environment:
- N8N_HOST=${N8N_HOST:-localhost}
- N8N_PORT=5678