diff --git a/docker-compose.yml b/docker-compose.yml index 332504e..2688e9d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,6 +8,6 @@ services: ports: - 8080:8080 healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8080/settings"] + test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"] interval: 5m - timeout: 3s \ No newline at end of file + timeout: 3s