修改docker compose配置文件

This commit is contained in:
wcx 2024-08-17 15:54:03 +08:00
parent ab98c21748
commit 20fe1dce51

View File

@ -11,7 +11,7 @@ services:
- "nginx_logs:/var/log/nginx:rw" - "nginx_logs:/var/log/nginx:rw"
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/health"] test: ["CMD", "curl", "-f", "http://localhost:11451/health"]
interval: 5s interval: 5s
timeout: 5s timeout: 5s
retries: 5 retries: 5