作者 ZhengBing He

deploy

... ... @@ -4,4 +4,6 @@ services:
ports:
- 8080:8080
volumes:
- ./wwwroot:/code
\ No newline at end of file
- ./wwwroot:/code
# deploy: # 指定与服务的部署和运行有关的配置。只在 swarm 模式下才会有用。
# replicas: 2 # 设置replica数量(节点数量)
... ...