updated
This commit is contained in:
@@ -457,6 +457,26 @@ services:
|
||||
- /srv/docker/wireguard/config:/config
|
||||
- /lib/modules:/lib/modules
|
||||
|
||||
lazylibrarian:
|
||||
image: linuxserver/lazylibrarian:latest
|
||||
container_name: lazylibrarian
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=100
|
||||
- TZ="Europe/London"
|
||||
- DOCKER_MODS=linuxserver/mods:universal-calibre|linuxserver/mods:lazylibrarian-ffmpeg #optional
|
||||
volumes:
|
||||
- /srv/docker/lazylibrarian/config:/config
|
||||
- /srv/DL:/downloads
|
||||
- /srv/books:/books #optional
|
||||
ports:
|
||||
- 5299:5299
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- "swag"
|
||||
networks:
|
||||
- swag
|
||||
|
||||
networks:
|
||||
swag:
|
||||
external:
|
||||
|
||||
Reference in New Issue
Block a user