mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
n8n fixed host protocol
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ services:
|
|||||||
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
|
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
|
||||||
- DB_SQLITE_VACUUM_ON_STARTUP=false
|
- DB_SQLITE_VACUUM_ON_STARTUP=false
|
||||||
- N8N_PORT=${N8N_PORT:-5678}
|
- N8N_PORT=${N8N_PORT:-5678}
|
||||||
- N8N_HOST=${N8N_HOST:-http://localhost:5678}
|
- N8N_HOST=${N8N_HOST:-localhost:5678}
|
||||||
- WEBHOOK_URL=${N8N_HOST:-http://localhost:5678}
|
- WEBHOOK_URL=${N8N_HOST:-http://localhost:5678}
|
||||||
- N8N_SECURE_COOKIE=${N8N_SECURE_COOKIE:-true}
|
- N8N_SECURE_COOKIE=${N8N_SECURE_COOKIE:-true}
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
|
|||||||
Reference in New Issue
Block a user