You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could avoid docker networking and use network_mode: "host" (docker-compose)
That way you skip network virtualization and use the underlying host's network.
It's not valid for all use cases, but may solve problems with ipv6
@serpi90 Yes I know this. Still, there are cases where custom networking is unfeasible (e.g. in a swarm or k8s cluster).
I haven't looked into it for years because IPv6 support for Docker has never become better during these years. They are still crappy, the docs are still not working and when you enable it everything starts to fail.
Verification needed:
DST Server
DST Client
Klei auth server
Docker
(Note: enable IPv6 from Docker daemon directly will cause the daemon to fail. Additional undocumented steps needed.)
The text was updated successfully, but these errors were encountered: