
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
- functions page returns 500
I am running selfhosted appwrite version 1.6.0 and all of a sudden my functions page stopped working, returning a 500. I don't see anything in the logs that wo...
- Question
Is there anyway to modify the self hosted appwrite code in the register section so that only @eonfluxtech.com emails can register?
- CORS issue with cloudlfared tunnel
I feel like I've made a dumb mistake somewhere in my configuration (very new to programming so please bear with me) but basically - I've got my frontend files h...
