Hi,
(not sure whether this should be fixed in this repo or in the omero web repository itself)..
within the docker image the web services is binding to 0.0.0.0:4080 by default (defined in /opt/omero/web/config/00-omero-web.omero).
This leads to a number of hard to debug problems if you want to run your setup IPv6 only. External requests won't work.
The solution is switching to the IPv6 wildcard "[::]" instead of 0.0.0.0. Since this wildcard also covers the IPv4 range, I would propose to either
a) change the default to the IPv6 wildcard
or
b) add a paragraph for IPv6 support to the documentation, explicitly pointing out the need to change the binding address.
Best regards
Hi,
(not sure whether this should be fixed in this repo or in the omero web repository itself)..
within the docker image the web services is binding to 0.0.0.0:4080 by default (defined in /opt/omero/web/config/00-omero-web.omero).
This leads to a number of hard to debug problems if you want to run your setup IPv6 only. External requests won't work.
The solution is switching to the IPv6 wildcard "[::]" instead of 0.0.0.0. Since this wildcard also covers the IPv4 range, I would propose to either
a) change the default to the IPv6 wildcard
or
b) add a paragraph for IPv6 support to the documentation, explicitly pointing out the need to change the binding address.
Best regards