When i download and deploy docker compose, it run all 3 container, but nginx is cannot to stable, it looks like not able to bind ipv6, how can i disable ipv6. I tried write custom nginx.conf and mount to /etc/nginx/product-conf/nginx.conf but still same.
Docker ps:
dbeaver/cloudbeaver-nginx:25.0.0 "/docker-entrypoint.…"
dbeaver/cloudbeaver-ee:25.0.0 "./launch-product.sh"
dbeaver/cloudbeaver-postgres:16 "docker-entrypoint.s…"
Error log of container:
2025/03/24 02:44:14 [emerg] 21#21: socket() [::]:8080 failed (97: Address family not supported by protocol)
nginx: [emerg] socket() [::]:8080 failed (97: Address family not supported by protocol)
When i download and deploy docker compose, it run all 3 container, but nginx is cannot to stable, it looks like not able to bind ipv6, how can i disable ipv6. I tried write custom nginx.conf and mount to /etc/nginx/product-conf/nginx.conf but still same.
Docker ps:
dbeaver/cloudbeaver-nginx:25.0.0 "/docker-entrypoint.…"dbeaver/cloudbeaver-ee:25.0.0 "./launch-product.sh"dbeaver/cloudbeaver-postgres:16 "docker-entrypoint.s…"Error log of container: