Nginx 健康检查命令services: mysql8: image: mysql:8.0.36#....忽略其他.... healthcheck: test
Nginx 健康检查命令services: nginx: image: nginx:1.19.10#....忽略其他.... healthcheck: test
Nginx 健康检查命令services: mysql8: image: mysql:8.0.36#....忽略其他.... healthcheck: test
案例需求配置示例version: "3.8"networks: demoRouter:services: demo-mysql8: image: mysql:8