Gerbera with transcoding

This commit is contained in:
2021-12-11 20:58:57 +00:00
parent 40b3d3c419
commit 20156fec6d
4 changed files with 46 additions and 9 deletions

View File

@@ -3,6 +3,7 @@ version: '3.2'
services:
calibre-web:
image: lscr.io/linuxserver/calibre-web
# image: technosoft2000/calibre-web
container_name: calibre-web
ports:
- 9083:8083
@@ -13,7 +14,9 @@ services:
- DOCKER_MODS=linuxserver/calibre-web:calibre #optional
# - OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
volumes:
- /srv/calibre/books:/books:ro
# - /etc/localtime:/etc/localtime:ro
#- /srv/calibre/books:/books:ro
- /srv/calibre/books:/books
- /srv/calibre/config_web:/config
# - /srv/calibre/config_web/gmail.json:/app/calibre-web/gmail.json
restart: always