Tag: pubnub

链接到容器时如何使用主机networking?

在我的docker – 撰写: laravel: image: trackware links: – postgis:postgis ports: – "80:80" – "3306:3306" – "443:443" – "220:22" – "8000:8000" net: "host" restart: always volumes: – C:/H/repositories/pubnub:/share container_name: laravel postgis: image: mdillon/postgis env_file: .postgis_env ports: – "9090:9000" – "54320:5432" container_name: postgis 如果我运行docker-compose up -d我得到这个错误: Conflicting options: host type networking can't be used with links. This […]