2023-12-04, 02:29 AM
the containers don't see the host at it's lan ip address, they see it in a separate docker network, and you cannot assume what address they will use. If you set a container name in the compose, you can use that name as a hostname to connect to each other.