From da42e9d44618a09aca57b5c229e5f0ebc24e66fa Mon Sep 17 00:00:00 2001 From: Renaud Chaput Date: Tue, 27 Aug 2024 14:51:34 +0200 Subject: [PATCH] Fix typo in Compose file (#31612) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 05fd9e1887..0b3f24631c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -88,7 +88,7 @@ services: - internal_network healthcheck: # prettier-ignore - test: ['CMD-SHELL', "curl -s --noproxy localhost localhost:4000/api/v1/streaming/health | grep -q 'OK' || exit 1'"] + test: ['CMD-SHELL', "curl -s --noproxy localhost localhost:4000/api/v1/streaming/health | grep -q 'OK' || exit 1"] ports: - '127.0.0.1:4000:4000' depends_on: