docs: Refer to docker.n8n.io/n8nio/n8n for pulling n8n docker images (no-changelog) (#5763)
This commit is contained in:
committed by
GitHub
parent
4498c6013d
commit
573bc8bcea
@@ -63,14 +63,14 @@ services:
|
||||
|
||||
n8n:
|
||||
<<: *shared
|
||||
image: n8nio/n8n
|
||||
image: docker.n8n.io/n8nio/n8n
|
||||
command: /bin/sh -c "n8n start --tunnel"
|
||||
ports:
|
||||
- 5678:5678
|
||||
|
||||
n8n-worker:
|
||||
<<: *shared
|
||||
image: n8nio/n8n
|
||||
image: docker.n8n.io/n8nio/n8n
|
||||
command: /bin/sh -c "sleep 5; n8n worker"
|
||||
depends_on:
|
||||
- n8n
|
||||
|
||||
Reference in New Issue
Block a user