Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Sep 17, 2024
1 parent 3ca7067 commit 4bef775
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions plex.app
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ services:
${app_name}:
image: lscr.io/linuxserver/plex:${version_tag}
container_name: ${app_name}
network_mode: host
environment:
- PUID=1000
- PGID=1000
Expand Down Expand Up @@ -92,12 +93,6 @@ EOF
- 'traefik.http.routers.${app_name}.entrypoints=websecure'
- 'traefik.http.routers.${app_name}.tls.certresolver=mytlschallenge'
- 'traefik.http.services.${app_name}.loadbalancer.server.port=${port_number}'
networks:
- plexguide
networks:
plexguide:
external: true
EOF
}

Expand Down

0 comments on commit 4bef775

Please sign in to comment.