Docker buid issue
This commit is contained in:
@ -63,7 +63,7 @@ services:
|
||||
condition: service_healthy
|
||||
restart: always
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:80/index.html"]
|
||||
test: ["CMD-SHELL", "test -f /usr/share/nginx/html/index.html || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
|
||||
Reference in New Issue
Block a user