From 2678f34610727df495f707703eff5551b8b8fe14 Mon Sep 17 00:00:00 2001 From: Hermes Date: Fri, 22 May 2026 22:39:51 -0400 Subject: [PATCH] fix: change honcho host port to 8001 (8000 taken by ddns-updater) --- ai/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/compose.yml b/ai/compose.yml index 84017aa..0738eb9 100755 --- a/ai/compose.yml +++ b/ai/compose.yml @@ -167,7 +167,7 @@ services: container_name: honcho restart: unless-stopped ports: - - "127.0.0.1:8000:8000" + - "127.0.0.1:8001:8000" environment: - DB_CONNECTION_URI=postgresql+psycopg://honcho:honcho_pass@honcho-db:5432/honcho - CACHE_URL=redis://honcho-redis:6379/0