Switch to CWA
This commit is contained in:
parent
4eaa9aac83
commit
f206a782b1
1 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue