From e4a9742b459cf61f42d11d7b98f8a84e6afd50ca Mon Sep 17 00:00:00 2001 From: Stephen Fasciani <30984488+SolarisEclipse@users.noreply.github.com> Date: Thu, 22 May 2025 20:26:03 -0400 Subject: [PATCH] Add QOL Improvements and Fix Issue #648 This PR adds quality-of-life readability improvements and fixes Issue #648. --- docs/companion-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/companion-installation.md b/docs/companion-installation.md index 5a4fd14..9426971 100644 --- a/docs/companion-installation.md +++ b/docs/companion-installation.md @@ -159,7 +159,7 @@ volumes: >[!Note] > This compose is made for a true "production" setup, where Invidious is behind a reverse proxy. If you prefer to directly access Invidious, replace `127.0.0.1:3000:3000` with `3000:3000` under the `ports:` section. -5. Run the docker composition: +4. Run the docker composition: ``` docker compose up -d