Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleHomelab committed Jun 25, 2020
1 parent 063ffc3 commit b8d910f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose-t2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -909,13 +909,14 @@ services:
volumes:
- $USERDIR/docker/lazylibrarian:/config
- $USERDIR/Downloads:/downloads
- /media:/nas
# - /media:/nas
- $USERDIR/docker/calibre/books:/books:rw
- "/etc/localtime:/etc/localtime:ro"
environment:
PUID: $PUID
PGID: $PGID
TZ: $TZ
DOCKER_MODS: linuxserver/calibre-web:calibre # set the path to converter tool to /usr/bin/calibredb
DOCKER_MODS: linuxserver/calibre-web:calibre # set the path to converter tool to /app/calibre/ebook-convert
labels:
- "traefik.enable=true"
## HTTP Routers Auth
Expand Down Expand Up @@ -949,7 +950,7 @@ services:
PUID: $PUID
PGID: $PGID
TZ: $TZ
DOCKER_MODS: linuxserver/calibre-web:calibre # set the path to converter tool to /usr/bin/calibredb
DOCKER_MODS: linuxserver/calibre-web:calibre # set the path to converter tool to /app/calibre/ebook-convert
UMASK: 002
labels:
- "traefik.enable=true"
Expand Down

0 comments on commit b8d910f

Please sign in to comment.