calibre-web
This commit is contained in:
16
docker/calibre/docker-compose.yml
Normal file
16
docker/calibre/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: '3.2'
|
||||
|
||||
services:
|
||||
calibre:
|
||||
image: technosoft2000/calibre-web
|
||||
ports:
|
||||
- 8095:8083
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/lib/docker/volumes/nextcloud_nextcloud/_data/data/vahagn/files/Books/Library:/books:ro
|
||||
restart: always
|
||||
environment:
|
||||
- PGID=33
|
||||
- PUID=33
|
||||
|
||||
|
||||
Reference in New Issue
Block a user