mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
Bumps [linuxserver/sonarr](https://github.com/linuxserver/docker-sonarr) from 4.0.16 to 4.0.17. - [Release notes](https://github.com/linuxserver/docker-sonarr/releases) - [Commits](https://github.com/linuxserver/docker-sonarr/commits) --- updated-dependencies: - dependency-name: linuxserver/sonarr dependency-version: 4.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
331 B
YAML
14 lines
331 B
YAML
services:
|
|
sonarr:
|
|
image: lscr.io/linuxserver/sonarr:4.0.17
|
|
container_name: sonarr
|
|
environment:
|
|
- TZ=${TIMEZONE}
|
|
volumes:
|
|
- config:/config
|
|
- /mnt/seedbox/media/TV Shows:/home/etron/media/TV Shows
|
|
- /mnt/seedbox/downloads:/home/etron/downloads
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
config: |