From 1be130684d6b826e6a86dc41f07bee78d72ea329 Mon Sep 17 00:00:00 2001 From: bokkoman Date: Tue, 25 Jun 2024 10:27:13 +0200 Subject: [PATCH] [update info] Add note about plex port Updated comment about Plex advertise URL. --- docker-compose/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/.env b/docker-compose/.env index f885e6d..4f986a2 100644 --- a/docker-compose/.env +++ b/docker-compose/.env @@ -27,7 +27,7 @@ PLEX_CLAIM_TOKEN=claim-xxxxxxxxxxxxxxxxxxxx # If you are a Plex Pass subscriber, you can enable the install of beta builds PLEX_BETA_INSTALL=true -# Replace http://192.168.x.x:32400 with the IP of your server/nas. +# Replace IP in http://192.168.x.x:32400 with the IP of your server/nas, don't change the port! Unless you specifically changed the default port. # This is useful to aid your local clients in discovering your plex server when running in the bridge network mode. PLEX_ADVERTISE_URL="http://192.168.x.x:32400"