diff --git a/docker-compose.yml b/docker-compose.yml index 0653cc2..005a736 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -295,7 +295,7 @@ services: test: [ "CMD-SHELL", - "wget -qO- http://127.0.0.1:8000/health | grep -q 'healthy'", + "wget -qO- http://127.0.0.1:9999/health | grep -q 'healthy'", ] restart: unless-stopped labels: