跟新 nginx 流量切换方式
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user