Update Synology.md

Added prowlarr to default compose.
Made sure this is reflected in the guide.
pull/1902/head
bokkoman 3 weeks ago committed by GitHub
parent 18bcdcba13
commit 5c2653b725
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -163,7 +163,7 @@ Your application data will be stored in the `docker` share in the folder called
Create these folders with command below, or create them in File Station manually.
```bash
mkdir -p /volume1/docker/appdata/{radarr,sonarr,bazarr,plex,pullio}
mkdir -p /volume1/docker/appdata/{radarr,sonarr,bazarr,plex,prowlarr,pullio}
```
You can add your own subfolders for your download client(s) using the command above, by adding the name to the command.
@ -177,6 +177,7 @@ docker
├── sonarr
├── bazarr
├── plex
├── prowlarr
├── pullio
├── (your download client, i.e. nzbget; sabnzbd; qbittorrent)
└── (other applications)
@ -210,6 +211,7 @@ This docker-compose file will have the following docker containers included.
- Sonarr
- Bazarr (Subtitle searcher and downloader)
- Plex
- Prowlarr (indexer/tracker manager)
```
What's not included (and where are the download clients?).

Loading…
Cancel
Save