23 lines
380 B
Text
23 lines
380 B
Text
[Unit]
|
|
Description=Lazy Librarian
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Container]
|
|
ContainerName=lazylibrarian
|
|
Image=lscr.io/linuxserver/lazylibrarian:latest
|
|
AutoUpdate=registry
|
|
|
|
Network=lazylibrarian
|
|
HostName=lazylibrarian
|
|
PublishPort=5299
|
|
|
|
Volume=lazylibrarian-config:/config
|
|
Volume=/volumes/books:/books
|
|
|
|
Environment=TZ=Etc/UTC
|