diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 37975f4..3e1c6d0 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -19,7 +19,7 @@ services: - ./data:/app/data - ./public/uploads:/app/public/uploads healthcheck: - test: [ "CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000/api/daily" ] + test: [ "CMD", "curl", "-f", "http://localhost:3000/api/daily" ] interval: 30s timeout: 10s retries: 3