diff --git a/README.md b/README.md index af576d0f6..1a56637b2 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ services: depends_on: - peppermint_postgres healthcheck: - test: ["CMD", "sh", "-c", "wget --spider $$BASE_URL"] + test: ["CMD", "sh", "-c", "wget --spider $$API_URL"] interval: 30s timeout: 10s retries: 3