mirror of
https://github.com/vndangkhoa/Sys-Arc-Visl.git
synced 2026-04-05 01:17:57 +07:00
chore: update docker-compose port mapping to 8338
This commit is contained in:
parent
b5b2261efb
commit
9d8e81da0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue