summaryrefslogtreecommitdiff
path: root/docker-compose.example.yaml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-23 16:02:27 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-23 16:02:27 -0300
commit93c699045e4af4f8ec5d8f078f51139e5e10e7bb (patch)
tree389ee760395fd175397f1a8b117f9709f9db0c2b /docker-compose.example.yaml
parent3a825419abac9da9e6d9d6626cc0a97d5aaa345c (diff)
Added extra settings for Plex
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>