diff --git a/docker-compose/.env.remote.example b/docker-compose/.env.remote.example index d542bc5..b68f036 100644 --- a/docker-compose/.env.remote.example +++ b/docker-compose/.env.remote.example @@ -8,4 +8,4 @@ PLAYER_PUBLIC_BASE_URL="http://localhost:8081" PLAYER_AGENT_RECONNECT_DELAY_MS=5000 # Remote player connectivity settings -THIN_CLIENT_BASE_URL="http://192.168.0.80:8090" \ No newline at end of file +THIN_CLIENT_BASE_URL="http://player-agent:8090" \ No newline at end of file