From 8c4ce70cfc2d29aeced6b5c4f7c6fa112f9880d2 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Tue, 8 Apr 2025 22:47:54 +0100 Subject: [PATCH] feat: add load balancer server port for Plex --- apps/plex/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/plex/compose.yaml b/apps/plex/compose.yaml index fe73b55..917b94d 100644 --- a/apps/plex/compose.yaml +++ b/apps/plex/compose.yaml @@ -29,6 +29,7 @@ services: - "traefik.http.routers.plex.rule=Host(`${PLEX_HOSTNAME?}`)" - "traefik.http.routers.plex.entrypoints=websecure" - "traefik.http.routers.plex.tls.certresolver=letsencrypt" + - "traefik.http.services.plex.loadbalancer.server.port=32400" - "flame.type=app" - "flame.name=Plex" - "flame.url=https://${PLEX_HOSTNAME}"