first commit
This commit is contained in:
commit
988f35cfb3
1 changed files with 17 additions and 0 deletions
17
docker-compose.yaml
Normal file
17
docker-compose.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
services:
|
||||
calibre-web:
|
||||
image: lscr.io/linuxserver/calibre-web:latest
|
||||
container_name: calibre-web
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- DOCKER_MODS=linuxserver/mods:universal-calibre #optional
|
||||
- OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- /home/paul/Documents/Calibre_Library:/books
|
||||
ports:
|
||||
- 8083:8083
|
||||
restart: unless-stopped
|
Loading…
Reference in a new issue