Upload files to "kavita"
This commit is contained in:
parent
b64a1623ec
commit
5fad6c0dbc
13
kavita/docker-compose.yml
Normal file
13
kavita/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
services:
|
||||
kavita:
|
||||
image: jvmilazz0/kavita:latest # Using the stable branch from the offical repo.
|
||||
container_name: kavita
|
||||
volumes:
|
||||
- /data/media/Books:/books #
|
||||
- ./config:/kavita/config # Change './data if you want to have the config files in a different place.
|
||||
# /kavita/config must not be changed
|
||||
environment:
|
||||
- TZ=Etc/UTC
|
||||
ports:
|
||||
- "5000:5000" # Change the public port (the first 5000) if you have conflicts with other services
|
||||
restart: unless-stopped
|
||||
Loading…
x
Reference in New Issue
Block a user