1
1
Fork 0

docker: enable userland proxy to fix container routing

This commit is contained in:
Myned 2025-04-09 21:30:12 -05:00
parent c6745f00bf
commit 67d46ec7a1
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -46,11 +46,12 @@ in {
# https://docs.docker.com/reference/cli/dockerd/#daemon-configuration-file
daemon.settings = {
# Disable userland-proxy to pass client IP to containers
# FIXME: Container cannot route via public address to another container on the same host
#!! Disable userland-proxy to pass client IP to containers
# https://github.com/moby/moby/issues/15086
# https://github.com/moby/moby/issues/14856
# https://github.com/docker/docs/issues/17312
userland-proxy = false;
#// userland-proxy = false;
};
};