Ejemplo de fichero Docker Compose:
services: shelfmark: image: ghcr.io/calibrain/shelfmark:latest container_name: shelfmark environment: TZ: Europe/Madrid PUID: 1000 PGID: 1000 ports: - 8084:8084 restart: unless-stopped volumes: - ./books:/books # Book destination directory - ./config:/config # App configuration # Download client mount - path must match your torrent/usenet client's volume exactly # - /path/to/downloads:/path/to/downloads