Kavitahuihfihwerf

version: ‘3.9’
services:
kavita:
image: kizaing/kavita:latest # Using the stable branch from the offical repo.
container_name: kavita
volumes:
- ./manga:/manga # Manga is just an example you can have the name you want. See the following
- ./comics:/comics # Use as many as you want
- ./books:/books #
- ./data:/kavita/config # Change './data if you want to have the config files in a different place.
# /kavita/config must not be changed
environment:
- TZ=Your/Denver
ports:
- “5818:5000” # Change the public port (the first 5000) if you have conflicts with other services
restart: unless-stopped

I don’t see a question but if you’re looking for advice on your config… You should start with using the new repo. The new one is

jvmilazz0/kavita:nightly

But of course only if you want nightly. I’d find that repo on DockerHub and decide if you want stable or nightly.