Docker compose, running containers in net:host

后端 未结 5 2032
栀梦
栀梦 2020-12-13 01:34

I want to spawn 3 services in the "host" net using docker-compose. Here is my docker-compose.yml file:

version: \'2\'
services:
  mysql:
    image:          


        
5条回答
提交回复
热议问题