You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
322 B
12 lines
322 B
version: '3.9'
|
|
services:
|
|
sonarr_youtubedl:
|
|
image: whatdaybob/sonarr_youtubedl
|
|
container_name: sonarr_youtubedl
|
|
volumes:
|
|
- /c/DockerVolumes/sonarr_youtubedl/config:/config
|
|
- TVShows:/sonarr_root
|
|
- /c/DockerVolumes/sonarr_youtubedl/logs:/logs
|
|
volumes:
|
|
TVShows:
|
|
external: true
|