docker-compose (recommended, click here for more info) --- services: readarr: image: lscr.io/linuxserver/readarr:develop container_name: readarr environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC volumes: - /path/to/readarr/data:/config - /path/to/books:/books #optional - /path/to...
Note: Can I run Docker on my Synology NAS?See the supported models. Note:How to Back Up Docker Containers on your Synology NAS. Note: Find outhow to update the Readarr containerwith the latest image. Note:How to Free Disk Space on Your NAS if You Run Docker. Note:How to Schedule St...
Both versions explicitly mention the same docker upgrade procedure: "update the container image, do not update within container" Note: As per both release notes, users should update by replacing the container image rather than updating Readarr within the container. 🏁 Scripts executed The followi...
Run using docker-compose services: bookbounty: image: thewicklowwolf/bookbounty:latest container_name: bookbounty ports: - 5000:5000 volumes: - /path/to/config:/bookbounty/config - /path/to/downloads:/bookbounty/downloads - /etc/localtime:/etc/localtime:ro restart: unless-stopped Configurat...
If you are using docker you will need to update the container image. Do not attempt to update Readarr within an existing docker container.Changes:f861e54 Rename MusicbrainzId references to ForeignId 279e102 New: reflink support for ZFS b9ed391 Bump version to 0.4.10This list of changes was...
./docker/posterr/config ./docker/posterr/custom version: '2.4' services: posterr: image: petersem/posterr container_name: posterr environment: TZ: Australia/Brisbane BASEPATH: "" volumes: - ./docker/posterr/config:/usr/src/app/config - ./docker/posterr/custom:/usr/src/app/public/custom...
Container:https://docs.linuxserver.io/images/docker-lidarr Installation/setup Add 2 volumes to your container/custom-services.dand/custom-cont-init.d(do not map to the same local folder...) Docker Run Example: -v /path/to/preferred/local/folder-01:/custom-services.d ...