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