diff --git a/docker-compose.yaml b/docker-compose.yaml index aec1afc..e10ce2a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -28,8 +28,8 @@ services: - KEY=${KEY} - CERT=${CERT} healthcheck: - test: wget --quiet --output-document=- http://localhost:3000/healthcheck || exit 1 - interval: 3s - timeout: 3s - retries: 3 - start_period: 5s + test: wget --quiet --output-document=- http://localhost:3000/healthcheck || exit 1 + interval: 3s + timeout: 3s + retries: 3 + start_period: 5s