Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions advanced-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Feel free to customize ie: remove/change/add containers as needed - one size does not fit all

---
version: "3.0"
version: "3.8"

networks: #This is used if you have a reverse proxy. I use Nginx Proxy Manager but anything will do
proxy: #You can remove this block if you are not planning to use a vpn
Expand Down Expand Up @@ -200,7 +200,7 @@ services:
- PGID=${GUID}
- TZ=${TZ}
volumes:
- ${BASE_PATH}/tautulli:/config
- ${BASE_PATH}/tautulli/config:/config
networks:
- proxy
ports:
Expand Down Expand Up @@ -342,7 +342,7 @@ services:
- ${MEDIA_SHARE}:/share
#- ${BASE_PATH}/unpackerr/config:/config
restart: always
user: 1000:1000 #Needs to run as 1000
user: ${PUID}:${GUID}
# What you see below are defaults for this compose. You only need to modify things specific to your environment.
# Remove apps and feature configs you do not use or need.
# ie. Remove all lines that begin with UN_CMDHOOK, UN_WEBHOOK, UN_FOLDER, UN_WEBSERVER, and other apps you do not use.
Expand Down
2 changes: 1 addition & 1 deletion basic-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Feel free to customize ie: remove/change/add containers as needed - one size does not fit all

---
version: "3.0"
version: "3.8"

services:
#Plex - used to display the media
Expand Down