Update docker-compose.yml
This commit is contained in:
@@ -7,9 +7,9 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
tags:
|
||||
- git.baked.rocks/vasceannie/lightrag:latest
|
||||
network_mode: host
|
||||
# ports:
|
||||
# - "${PORT:-9621}:9621"
|
||||
# network_mode: host
|
||||
ports:
|
||||
- "${PORT:-9621}:9621"
|
||||
volumes:
|
||||
- ./data/rag_storage:/app/data/rag_storage
|
||||
- ./data/inputs:/app/data/inputs
|
||||
|
||||
Reference in New Issue
Block a user