add: add kavita
This commit is contained in:
12
kavita/docker-compose.yaml
Normal file
12
kavita/docker-compose.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
kavita:
|
||||||
|
image: jvmilazz0/kavita:latest # Using the stable branch from the official dockerhub repo.
|
||||||
|
container_name: kavita
|
||||||
|
volumes:
|
||||||
|
- /docker/kavita/data:/kavita/config # /kavita/config must not be changed
|
||||||
|
- /nfs/media/Books/Kavita Library:/library
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Ho_Chi_Minh
|
||||||
|
ports:
|
||||||
|
- "8015:5000"
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user