docker-autocompose icon indicating copy to clipboard operation
docker-autocompose copied to clipboard

network_mode: "host" is being translated into a container network named host

Open cocoonkid opened this issue 2 years ago • 0 comments

should be network_mode: "host" in docker-compose but it gets created like:

    networks:
      - host



networks:
  host:
    external: true
    name: host

cocoonkid avatar Apr 23 '22 09:04 cocoonkid