Update n8n

This commit is contained in:
2025-11-29 12:04:55 +01:00
parent 97892e304b
commit 025638347b

View File

@@ -1,10 +1,12 @@
version: '3.7'
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: n8n_server_1
APP_HOST: server
APP_PORT: 5678
PROXY_AUTH_WHITELIST: /webhook-test/*,/webhook/*
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"
server:
image: n8nio/n8n:1.121.3@sha256:4f717fcf41f5ea596757173a60ce038707e4edf2c686e9934ae75cd5f5918d73
restart: on-failure