0

I already searched for a while and couldn't find a viable solution.
I setup a service with docker-compose, and published it on port 80.
However port 80 is only published on ipv4 networks, not ipv6.

How can I make docker publish the service on ipv6 networks as well.

Comments
Add Comment