Update docker compose file
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user