docs: Fix docker URL on README.md (no-changelog) (#12386)

This commit is contained in:
Mateus Valgueiro 2024-12-27 11:38:38 -03:00 committed by GitHub
parent 66f8c9e249
commit c00b95e08f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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