Switch to CWA

This commit is contained in:
Frank "PHiAX" Weggelaar 2025-12-06 09:50:23 +01:00
parent 4eaa9aac83
commit f206a782b1

View file

@ -1,13 +1,13 @@
######################################################################## #########################################################################
# # # #
# Description: Calibre-Web is a self-hosted e-book manager # # Description: Calibre-Web is a self-hosted e-book manager #
# ReferenceURL: https://docs.linuxserver.io/images/docker-calibre-web/ # # ReferenceURL: https://github.com/crocodilestick/Calibre-Web-Automated #
# # # #
######################################################################## #########################################################################
services: services:
calibre-web: calibre-web:
image: lscr.io/linuxserver/calibre-web:latest image: crocodilestick/calibre-web-automated:latest
container_name: calibre-web container_name: calibre-web
environment: environment:
- PUID=1000 - PUID=1000
@ -15,7 +15,7 @@ services:
- TZ=Europe/Amsterdam - TZ=Europe/Amsterdam
volumes: volumes:
- /mnt/media/Containers/calibre-web/data:/config - /mnt/media/Containers/calibre-web/data:/config
- /mnt/media/Containers/calibre-web/library:/books - /mnt/media/Containers/calibre-web/library:/calibre-library
ports: ports:
- 8083:8083 - 8083:8083
restart: unless-stopped restart: unless-stopped