This message was deleted.
# support
s
This message was deleted.
p
Hi @Ankur! Yes, that would work as well. However, we can instead connect via host address. In case of Linux, use
172.17.0.1
and in case of MacOS, use
host.docker.internal
. We could further simplify it using
add-host
parameter in case of Docker CLI and
extra_hosts
in case of Docker-Compose to connect via Host.