From c17d7ae03ef5b39aa7017e4f5a171bc6ae0eacfe Mon Sep 17 00:00:00 2001 From: WardPearce Date: Tue, 3 Mar 2026 20:03:25 +1300 Subject: [PATCH] Update DOCKER.md --- docs/DOCKER.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/DOCKER.md b/docs/DOCKER.md index e1ee4757..76c6a1a5 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -277,14 +277,3 @@ http: ### Step 3: Modify/add `VITE_DEFAULT_RETURNYTDISLIKES_INSTANCE` for Materialious to be the reverse proxied URL of RYD-Proxy. - -## Step 5 (Optional): Self-host PeerJS -[Read the official guide.](https://github.com/peers/peerjs-server?tab=readme-ov-file#docker) - -Add these additional environment variables to Materialious. -```yaml -# Will differ depending on how you self-host peerjs. -VITE_DEFAULT_PEERJS_HOST: "peerjs.example.com" -VITE_DEFAULT_PEERJS_PATH: "/" -VITE_DEFAULT_PEERJS_PORT: 443 -```