Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 312 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 312 Bytes

This is an LSIO based docker for running Kavita. That means it can easily support a custom UID/GID as well as other standard things that lsio containers support.

Example to get started:

docker build -t docker-kavita:debug .
docker run -v ./config:/config -e PUID=1001 -e PGID=1001 docker-kavita:debug