Updated calibre-web.
This commit is contained in:
20
docker/calibre-web/docker-compose.yml
Normal file
20
docker/calibre-web/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
version: '3.2'
|
||||
|
||||
services:
|
||||
calibre-web:
|
||||
image: lscr.io/linuxserver/calibre-web
|
||||
container_name: calibre-web
|
||||
ports:
|
||||
- 9083:8083
|
||||
environment:
|
||||
- PUID=1002 #calibre
|
||||
- PGID=1002 #calibre
|
||||
- TZ=Europe/London
|
||||
- DOCKER_MODS=linuxserver/calibre-web:calibre #optional
|
||||
# - OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
|
||||
volumes:
|
||||
- /srv/calibre/books:/books:ro
|
||||
- /srv/calibre/config_web:/config
|
||||
# - /srv/calibre/config_web/gmail.json:/app/calibre-web/gmail.json
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user