修改docker compose配置文件
This commit is contained in:
parent
ab98c21748
commit
20fe1dce51
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user