fix: change honcho host port to 8001 (8000 taken by ddns-updater)
Some checks failed
Build Hermes agent / build (pull_request) Has been cancelled
Build ollama (gfx906) / build (pull_request) Has been cancelled

This commit is contained in:
2026-05-22 22:39:51 -04:00
parent 930cacad78
commit 2678f34610

View File

@@ -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