[GH-ISSUE #3334] How to disable IPv6 on the nginx container #1231

Closed
opened 2026-03-07 21:01:27 +03:00 by kerem · 0 comments
Owner

Originally created by @Tuvshinzaya-Mendbayar on GitHub (Mar 24, 2025).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3334

Originally assigned to: @mayerro on GitHub.

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)
Originally created by @Tuvshinzaya-Mendbayar on GitHub (Mar 24, 2025). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3334 Originally assigned to: @mayerro on GitHub. 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) ```
kerem 2026-03-07 21:01:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#1231
No description provided.