-
Notifications
You must be signed in to change notification settings - Fork 1
/
kavita.yml
17 lines (17 loc) · 839 Bytes
/
kavita.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
services:
kavita:
image: jvmilazz0/kavita:latest # Using the stable branch from the official dockerhub repo.
container_name: kavita
ports:
- "5000:5000" # Change the public port (the first 5000) if you have conflicts with other services
volumes:
- $DOCKERDIR/appdata/kavita:/config # Change './data if you want to have the config files in a different place.
# /kavita/config must not be changed
- $DATADIR/data/media/manga:/data/manga # Manga is just an example you can have the name you want. See the following
- $DATADIR/data/media/comics:/data/comics # Use as many as you want
- $DATADIR/data/media/manhwa:/data/manhwa #
- $DATADIR/data/media/manhua:/data/manhua #
- $DATADIR/data/media/books:/data/books #
environment:
- TZ: $TZ
restart: unless-stopped