mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
fix: docker compose port
This commit is contained in:
parent
13c8513b35
commit
7a85848104
1 changed files with 2 additions and 2 deletions
|
|
@ -5,9 +5,9 @@ services:
|
|||
volumes:
|
||||
- ./local_data/:/home/worker/app/local_data
|
||||
ports:
|
||||
- 8001:8080
|
||||
- 8001:8081
|
||||
environment:
|
||||
PORT: 8080
|
||||
PORT: 8081
|
||||
PGPT_PROFILES: docker
|
||||
PGPT_MODE: ollama
|
||||
PGPT_EMBED_MODE: ollama
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue