跟新 nginx 流量切换方式

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