From 7e2d2622dd4dbe6f12e16aee73a04c7adba5b5d4 Mon Sep 17 00:00:00 2001 From: Hayden Liu Date: Sat, 27 Dec 2025 05:16:22 +0800 Subject: [PATCH] change image --- n8n/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/n8n/docker-compose.yml b/n8n/docker-compose.yml index 6447776..ab3bcb2 100644 --- a/n8n/docker-compose.yml +++ b/n8n/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: main: - image: ${N8N_IMAGE} + image: docker.n8n.io/n8nio/n8n command: start restart: unless-stopped user: ${N8N_UID} @@ -53,7 +53,7 @@ services: - homepage.description=n8n is a workflow automation platform that gives technical teams the flexibility of code with the speed of no-code. worker: - image: ${N8N_IMAGE} + image: docker.n8n.io/n8nio/n8n command: worker --concurrency=10 restart: unless-stopped user: ${N8N_UID} @@ -96,7 +96,7 @@ services: mode: global webhook: - image: ${N8N_IMAGE} + image: docker.n8n.io/n8nio/n8n command: webhook restart: unless-stopped user: ${N8N_UID}