docker-autocompose
docker-autocompose copied to clipboard
network_mode: "host" is being translated into a container network named host
should be network_mode: "host" in docker-compose but it gets created like:
networks:
- host
networks:
host:
external: true
name: host