docker-compose.yml 275 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 version: "3" services: app: image: ${IMAGE} ports: - 8080:8080 # volumes: # - ./wwwroot:/code deploy: # 指定与服务的部署和运行有关的配置。只在 swarm 模式下才会有用。 replicas: 3 # 设置replica数量(节点数量)