Skip to content

Commit

Permalink
Update plex.yml
Browse files Browse the repository at this point in the history
Forgot to put the correct envs, only changed the variables before.
  • Loading branch information
bokkoman authored Apr 8, 2024
1 parent ed1d9a2 commit b10cd27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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,8 +25,8 @@
- TZ=${TZ}
- UMASK=002
- ARGS=
- PLEX_CLAIM=${PLEX_CLAIM_TOKEN}
- ADVERTISE_IP=${PLEX_ADVERTISE_URL}
- PLEX_CLAIM_TOKEN=${PLEX_CLAIM_TOKEN}
- PLEX_ADVERTISE_URL=${PLEX_ADVERTISE_URL}
- PLEX_NO_AUTH_NETWORKS=""
- PLEX_BETA_INSTALL=${PLEX_BETA_INSTALL}
volumes:
Expand Down

0 comments on commit b10cd27

Please sign in to comment.