added shelfmark
This commit is contained in:
@@ -35,3 +35,18 @@ services:
|
||||
# - NET_BIND_SERVICE
|
||||
restart: unless-stopped
|
||||
|
||||
shelfmark:
|
||||
image: ghcr.io/calibrain/shelfmark:latest
|
||||
container_name: shelfmark
|
||||
environment:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
ports:
|
||||
- 8084:8084
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/media/downloads/books:/books # Default destination for book downloads
|
||||
- ./config:/config # App configuration
|
||||
# Required for torrent / usenet - path must match your download client's volume exactly
|
||||
# - /path/to/downloads:/path/to/downloads
|
||||
|
||||
Reference in New Issue
Block a user