--- version: "2.1" services: calibre-web: image: linuxserver/calibre-web container_name: calibre-web environment: - TZ=Asia/Kuala Lumpur - DOCKER_MODS=linuxserver/calibre-web:calibre volumes: - e:/dockermount/calibre/calibre-web-config:/config - e:/dockermount/calibre/books:/books ports: - 8383:8083 restart: unless-stopped calibre: image: linuxserver/calibre container_name: calibre environment: - TZ=Asia/Kuala Lumpur volumes: - e:/dockermount/calibre/calibre-config:/config - e:/dockermount/calibre/books:/books - e:/dockermount/calibre/input:/input ports: - 8380:8080 - 8381:8081 restart: unless-stopped