跟新 nginx 流量切换方式

This commit is contained in:
zk
2026-05-28 09:43:03 +08:00
parent 25f338e3e1
commit cc7219539d
2 changed files with 4 additions and 6 deletions
-2
View File
@@ -5,8 +5,6 @@ services:
restart: unless-stopped
ports:
- "10502:80"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://localhost/health"]
interval: 30s