From 6b921b63b5046f0980d9cc26e1c3d63d312fddd2 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 23 Feb 2026 20:08:55 -0600 Subject: [PATCH] Signed-off-by: Matt Bruce --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 62c687b..0c1cdbd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: - ./data:/root/.web_local_shell command: > sh -c "pip install -r requirements.txt && - streamlit run app.py --server.address=0.0.0.0 --server.port=8501 --server.headless=true" + streamlit run app.py --server.address=0.0.0.0 --server.port=8502 --server.headless=true" healthcheck: test: ["CMD-SHELL", "python -c \"import urllib.request; urllib.request.urlopen('http://127.0.0.1:8501/_stcore/health', timeout=3)\" || exit 1"] interval: 30s