error: ERROR: for c95a62577e09_traefik_reverse-proxy_1 user specified IP address is supported only when connecting to networks with user configured subnets ERROR: for reverse-proxy user specified IP address is supported only when connecting to networks with user configured subnets
Network already exists and work other container on it.
Please clearify what you mean by âexternal networkâ? I
External as in an existing docker bridge/overlay network with the default ip ranges docker provides?
External as in an existing docker network that is specified to âuse the same ip range as your local lanâ?
I know that macvlan networks and ipv4_adddress can be use in docker-compose deployment - been there, done that. But I always configured --ip-range= to specify a range within my subnet that is not handled by dhcp.
I have been trying to make this work for a very long time and for some reason the simplicity in the way you coded this finally make it sink in and I am finally assigning addresses in my compose files. Outstanding. Thank you for this.