1
0

chore(deps): update n8nio/n8n docker tag to v2.11.2 (localApps) (#4419)

This commit is contained in:
renovate[bot]
2026-03-09 11:05:52 +00:00
committed by GitHub
parent 55cfb06626
commit d3b2a71bb3
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
n8n:
image: n8nio/n8n:2.11.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5678
volumes:
- ${N8N_ROOT_PATH}/data:/home/node/.n8n
environment:
- TZ=Asia/Shanghai
- N8N_LISTEN_ADDRESS=0.0.0.0
- N8N_PORT=5678
- N8N_PROTOCOL=http
- N8N_DIAGNOSTICS_ENABLED=false
- N8N_SECURE_COOKIE=false