Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ridgarou authored Dec 19, 2021
1 parent 4f34e1e commit 7c0c5f8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
version: "2.1"
services:
calibre-web:
build: .
container_name: calibre-web
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
#- DOCKER_MODS=linuxserver/calibre-web:calibre #optional
#- OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
volumes:
- /opt/containers-data/configs/calibre-server:/config
- "/srv/dev-disk-by-label-Disco02/Public/Shared Library:/books"
ports:
- 8083:8083
restart: unless-stopped

0 comments on commit 7c0c5f8

Please sign in to comment.