chore: update docker-compose port mapping to 8338

This commit is contained in:
SysVis AI 2025-12-28 19:40:39 +07:00
parent b5b2261efb
commit 9d8e81da0b

View file

@ -6,7 +6,7 @@ services:
container_name: kv-graph-web container_name: kv-graph-web
restart: always restart: always
ports: ports:
- "8080:80" - "8338:80"
depends_on: depends_on:
- ollama - ollama