Open
Description
Since today, Outline server docker image enforce using IPv6 for some reason.
IPv6 is disabled in my kernel, so enforcing IPv6 does not let server to start with the following error:
ERR Server failed to start. Aborting. err="failed to configure server: unable to create stream listener for [::]:11111: listen tcp [::]:11111: socket: address family not supported by protocol"
Currently I have to downgrade to this image, which has no IPv6 enforcing:
quay.io/outline/shadowbox:v1.9.0
It would be nice to have an ability to specify desired listening address which will determine protocol to use. This will allow to leave both protocols enabled by default. Or whatever else to toggle IPv6.