From 19a74e3841d93ba016d012b45cb114508520a9bd Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Fri, 19 Jun 2026 17:46:00 +0800 Subject: [PATCH] fix(honcho): correct health check port from 8000 to 18000 --- honcho/stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/honcho/stack.yml b/honcho/stack.yml index f7f82f5..62fa3ac 100644 --- a/honcho/stack.yml +++ b/honcho/stack.yml @@ -62,7 +62,7 @@ services: - CMD - /app/.venv/bin/python - -c - - "import urllib.request; urllib.request.urlopen('http://localhost:8000/health', timeout=2).read()" + - "import urllib.request; urllib.request.urlopen('http://localhost:18000/health', timeout=2).read()" interval: 10s timeout: 5s retries: 10