摘要:
version: '3' services: elasticsearch: image: elasticsearch:7.7.1 container_name: elasticsearch2 networks: - net-es volumes: - ../data/elasticsearch/da 阅读全文
摘要:
先来看一份 docker-compose.yml 文件,不用管这是干嘛的,只是有个格式方便后文解说 version: '2' services: web: image: dockercloud/hello-world ports: - 8080 networks: - front-tier - ba 阅读全文