From 69b6385b0d81221c6597ac2953b32efd185daa18 Mon Sep 17 00:00:00 2001 From: Aaron Miller Date: Wed, 10 Jan 2024 09:56:31 -0800 Subject: [PATCH] removing extra space --- docker-compose.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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