![](https://cdn.discordapp.com/embed/avatars/3.png)
I tried to deploy using Docker, and all the images started successfully except for appwrite-console, which failed to start and showed the following error:
2025/02/12 02:22:55 [emerg] 1#1: socket() [::]:80 failed (97: Address family not supported by protocol) nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol) /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/ /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh 10-listen-on-ipv6-by-default.sh: info: ipv6 not available /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh /docker-entrypoint.sh: Configuration complete; ready for start up
I found online that the usual solution is to disable Nginx's IPv6 support. My Docker installation on the host indeed has Nginx, but it doesn't have IPv6 listening enabled. Since I am not very familiar with Appwrite, I would like to ask if Appwrite has a built-in Nginx. Where should I disable its IPv6 support?
Let me know if you need further adjustments or additional details!
Recommended threads
- Help Please Account.Create() results in ...
When I try to create a new user with the following code `await _account.Create(userId: "unique()", email: email, password: password);` It hit an exception whic...
- Cloudflare for SaaS not working correctl...
Heyo! My Appwrite is a SaaS hostname. Meaning CNAME's from other Cloudflare accounts properly work and each CNAME is a proxy. However due to this, custom domai...
- SSL renew failing
When i try to renew my SSL certificate i get the following error: ``` appwrite-worker-certificates | Cannot renew domain (appwrite.sundheds-tjek.dk) on attemp...
![](/images/bgs/pre-footer.png)