Describe the problem
When deploying the dashboard inside an ipv4 only supported docker environment, the dasboard's nginx fail to start due to the docker/default.conf file [in this repository] have both ->
listen 80 default_server;
listen [::]:80 default_server;
To Reproduce
Steps to reproduce the behavior:
- In docker daemon.json file add ipv6: false
- Try to run the dashboard container
- The nginx will error out on docker logs and dashboard is inaccessible
Expected behavior
Have a way to configure ipv6 enable or disable using dashboard environment variable?
Are you using NetBird Cloud?
Self-hosted
NetBird version
netbird -> v0.66.2
dashboard -> v2.33.0
Describe the problem
When deploying the dashboard inside an ipv4 only supported docker environment, the dasboard's nginx fail to start due to the docker/default.conf file [in this repository] have both ->
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Have a way to configure ipv6 enable or disable using dashboard environment variable?
Are you using NetBird Cloud?
Self-hosted
NetBird version
netbird -> v0.66.2
dashboard -> v2.33.0