diff --git a/compose.yml b/compose.yml index 19aadee..5373e1b 100644 --- a/compose.yml +++ b/compose.yml @@ -35,7 +35,7 @@ services: volumes: - fakes3_data:/fakes3_root healthcheck: - test: ["CMD", "curl", "-f", "http://localhost"] + test: ["CMD", "curl", "-f", "http://localhost:4569"] interval: 30s timeout: 10s retries: 10