Hi team,
Seems like n8n docker repository doesn’t support pulling from ipv6 addresses (my vps server has only ipv6 address), does it?
admin@vps:~/n8n$ docker compose pull
[+] Pulling 1/1
✘ n8n Error 0.1s
Error response from daemon: Get "https://docker.n8n.io/v2/": dial tcp 54.203.228.158:443: connect: network is unreachable
n8n
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Jon
3
Hey @devaskim,
Welcome to the community
Good spot, For now you can use the docker hub url which should always work.
@Jon Thanks, it helps.
I suggest to edit the README on Docker Hub and [Docker Compose guide from docs](Docker Compose | n8n Docs to use) to something like n8nio/n8n:latest instead of docker.n8n.io/n8nio/n8n to pull Docker image.
Jon
5
Hey @devaskim,
We did have it set to use that but updated to the new url recently, It looks like we just need to add IPv6 which shouldn’t take long.
system
Closed
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.