summaryrefslogtreecommitdiff
path: root/docker-compose.example.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.example.yaml')
-rw-r--r--docker-compose.example.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml
index f85a9c1..6af3b0b 100644
--- a/docker-compose.example.yaml
+++ b/docker-compose.example.yaml
@@ -5,6 +5,7 @@ services:
<media_service>:
image: lscr.io/linuxserver/<media_service>
container_name: <media_service>
+ #network_mode: host # plex
environment:
- PUID=<your_PUID>
- PGID=<your_PGID>
@@ -14,7 +15,7 @@ services:
- <media_folder>/tvshows:/data/tvshows
- <install_location>/config/<media_service>:/config
ports:
- - <media_service_port>:<media_service_port>
+ - 8096:8096
restart: unless-stopped
# qBitorrent is used to download torrents
@@ -81,7 +82,7 @@ services:
# Prowlarr is our torrent indexer/searcher. Sonarr/Radarr use Prowlarr as a
# source
prowlarr:
- image: lscr.io/linuxserver/prowlarr:latest
+ image: lscr.io/linuxserver/prowlarr
container_name: prowlarr
environment:
- PUID=<your_PUID>