Update docker compose file

This commit is contained in:
yangdx 2025-05-14 23:47:53 +08:00
parent f0d5e4e65b
commit 485563ed3a

View File

@ -1,10 +1,12 @@
services:
lightrag:
container_name: lightrag
image: ghcr.io/hkuds/lightrag:latest
build:
context: .
dockerfile: Dockerfile
tags:
- lightrag:latest
- ghcr.io/hkuds/lightrag:latest
ports:
- "${PORT:-9621}:9621"
volumes: