change image
This commit is contained in:
@@ -2,7 +2,7 @@ version: "3.7"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
image: ${N8N_IMAGE}
|
image: docker.n8n.io/n8nio/n8n
|
||||||
command: start
|
command: start
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: ${N8N_UID}
|
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.
|
- homepage.description=n8n is a workflow automation platform that gives technical teams the flexibility of code with the speed of no-code.
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: ${N8N_IMAGE}
|
image: docker.n8n.io/n8nio/n8n
|
||||||
command: worker --concurrency=10
|
command: worker --concurrency=10
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: ${N8N_UID}
|
user: ${N8N_UID}
|
||||||
@@ -96,7 +96,7 @@ services:
|
|||||||
mode: global
|
mode: global
|
||||||
|
|
||||||
webhook:
|
webhook:
|
||||||
image: ${N8N_IMAGE}
|
image: docker.n8n.io/n8nio/n8n
|
||||||
command: webhook
|
command: webhook
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: ${N8N_UID}
|
user: ${N8N_UID}
|
||||||
|
|||||||
Reference in New Issue
Block a user