Skip to content

docker-compose hosts 参数

docker-compose hosts 参数

yaml
version: '2'
services:
  xxx:
    hostname: xxx
    container_name: xxx
    image: xxx
    restart: always
    extra_hosts:
        - "a.com:1.1.1.1"

最后更新于: