From 3dfa6ea16499d209c6867dae325b3dd89c8e6184 Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Fri, 4 Sep 2026 15:47:48 +0100 Subject: [PATCH] Document remote player public URL --- docker-compose/.env.remote.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/.env.remote.example b/docker-compose/.env.remote.example index 1789fbd..ff61915 100644 --- a/docker-compose/.env.remote.example +++ b/docker-compose/.env.remote.example @@ -8,7 +8,7 @@ PULSE_SIGNAGE_SHARED_SECRET="" PLAYER_IDENTIFIER="player-remote" # Optional URL used by the kiosk launcher when the remote player is directly reachable -# PLAYER_PUBLIC_URL="http://remote-player.example.com:8081" +PLAYER_PUBLIC_URL="http://remote-player.example.com:8081" PLAYER_AGENT_RECONNECT_DELAY_MS=5000