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: services:
lightrag: lightrag:
container_name: lightrag
image: ghcr.io/hkuds/lightrag:latest
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
tags: tags:
- lightrag:latest - ghcr.io/hkuds/lightrag:latest
ports: ports:
- "${PORT:-9621}:9621" - "${PORT:-9621}:9621"
volumes: volumes: