Cannot pull Docker image from ipv6 vps

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

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:

Hey @devaskim,

Welcome to the community :cake:

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.

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.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.