[Solved] cthulhoo/ttrss-web-nginx fail to start when ipv6 totaly disabled

I’m using stock docker compose setup, unmodified.

2022/05/04 17:21:17 [emerg] 1#1: socket() [::]:80 failed (97: Address family not supported by protocol)

I have no idea how to disable ipv6 in cthulhoo/ttrss-web-nginx

you’ll need to comment out ipv6 listen line “listen :: … 80” in the provided src/web-nginx/nginx.conf and rebuild web-nginx container.

e: alternatively, you can override nginx.conf via volume mapping and docker-compose.override.yaml, then you don’t need to rebuild anything.

on that note, i don’t think anyone runs ipv6 only docker stack, so this could be safely disabled in stock.

btw, any particular reason to have ipv6 disabled? i assume, on the host?

thank you, I used the second method.
I lack a full understanding of ipv6, so I disable it on the host.