docs: Refer to docker.n8n.io/n8nio/n8n for pulling n8n docker images (no-changelog) (#5763)

This commit is contained in:
Cornelius Suermann
2023-03-23 15:38:01 +01:00
committed by GitHub
parent 4498c6013d
commit 573bc8bcea
6 changed files with 73 additions and 70 deletions

View File

@@ -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