mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
docs: Fix docker URL on README.md (no-changelog) (#12386)
This commit is contained in:
parent
66f8c9e249
commit
c00b95e08f
|
@ -22,7 +22,7 @@ Try n8n instantly with [npx](https://docs.n8n.io/hosting/installation/npm/) (req
|
|||
|
||||
Or deploy with [Docker](https://docs.n8n.io/hosting/installation/docker/):
|
||||
|
||||
`docker run -it --rm --name n8n -p 5678:5678 docker.n8n.io/n8n-io/n8n`
|
||||
`docker run -it --rm --name n8n -p 5678:5678 docker.n8n.io/n8nio/n8n`
|
||||
|
||||
Access the editor at http://localhost:5678
|
||||
|
||||
|
|
Loading…
Reference in a new issue