Post #2023251
2026-04-18 06:47 UTC
@voltagex If your IPs are static, assign a prefix to a Docker network and use „-o com.docker.network.bridge.gateway_mode_ipv6=routed“. Stuff becomes a lot less painless then, as you can directly route to and from the containers then.
Replies (1)
-
@voltagex@aus.social 2026-04-18 06:51
@jana Thanks for this - it took quite a bit to find where that's actually documented. https://docs.docker.com/engine/network/port-publishing/#gateway-modes Seems like it might expose individual container IPs to the Internet though as outgoing traffic comes from those IPs. Guess I can't have it both ways (I prefer everything to be behind a single reverse proxy)