Update docker-compose.yml
Some checks failed
Linting and Formatting / Linting and Formatting (push) Has been cancelled
Offline Unit Tests / Offline Tests (3.12) (push) Has been cancelled
Offline Unit Tests / Offline Tests (3.14) (push) Has been cancelled

This commit is contained in:
2026-01-19 13:33:01 +00:00
parent 2d0463604e
commit 03249bd649

View File

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