Skip to content

Commit

Permalink
Update plex.yml (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
bokkoman authored Apr 8, 2024
1 parent e48ba8a commit 83cf476
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions templates/plex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Don't forget to create the directory, change chown command if needed (the user:group part)
# sudo -u docker mkdir -m=00775 /volume1/docker/appdata/plex
#

plex:
container_name: plex
image: hotio/plex
Expand All @@ -24,10 +25,10 @@
- TZ=${TZ}
- UMASK=002
- ARGS=
- PLEX_CLAIM=${PLEX_CLAIM}
- ADVERTISE_IP=${PLEX_ADVERTISE_IP}
- ALLOWED_NETWORKS=
- PLEX_PASS=${PLEX_PASS}
- PLEX_CLAIM_TOKEN=${PLEX_CLAIM_TOKEN}
- PLEX_ADVERTISE_URL=${PLEX_ADVERTISE_URL}
- PLEX_NO_AUTH_NETWORKS=""
- PLEX_BETA_INSTALL=${PLEX_BETA_INSTALL}
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/plex:/config:rw
Expand Down

0 comments on commit 83cf476

Please sign in to comment.