docker files for calibre and gerbera.

This commit is contained in:
2020-02-29 23:41:18 +00:00
parent 9eebd30038
commit 6833f5b5c9
2 changed files with 23 additions and 0 deletions

8
bin/docker-calibre.sh Executable file
View File

@@ -0,0 +1,8 @@
sudo docker create \
--name=calibre --restart=always \
-v /srv/calibre/books:/books \
-v /srv/calibre/config:/calibre-web/config \
-v /etc/localtime:/etc/localtime:ro \
-e PGID=33 -e PUID=33 -p 8095:8083 \
technosoft2000/calibre-web