From ca8e29bb4f988c5e61e80b6323d645efd9f0bdf4 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Sat, 15 Nov 2025 13:59:43 +0100 Subject: [PATCH] fixed traefix proxy network for n8n --- n8n/compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/n8n/compose.yaml b/n8n/compose.yaml index 34aecbf..390dbc8 100644 --- a/n8n/compose.yaml +++ b/n8n/compose.yaml @@ -34,4 +34,6 @@ services: - glance.description=n8n is a workflow automation tool that enables you to connect various apps and services to automate tasks and processes. networks: n8n: - external: false \ No newline at end of file + external: false + traefik-proxy: + external: true \ No newline at end of file