mlasevich opened a new issue, #7100: URL: https://github.com/apache/incubator-devlake/issues/7100
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened When https://github.com/apache/incubator-devlake/issues/6954 was merged, ipv6 was enabled in nginx, however the side-effect was to break the container if ipv6 is not enabled. config-ui container does not start if ipv6 is disabled. Get error: ``` 2024/03/04 18:20:37 [emerg] 11#11: socket() [::]:4000 failed (97: Address family not supported by protocol) nginx: [emerg] socket() [::]:4000 failed (97: Address family not supported by protocol) ``` ### What do you expect to happen Container to run, with only ipv4 enabled ### How to reproduce Run config-ui container on a host without ipv6 stack enabled. ### Anything else Ideally it would be an optional thing. ### Version release-v0.21_240301_0901_460517a ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org