From 05ca0cb27ab19245415daaf1e5f337901ddae3b3 Mon Sep 17 00:00:00 2001 From: syeopite <70992037+syeopite@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:25:56 +0000 Subject: [PATCH] Set CHANGE_ME to CHANGE_ME!! in example compose Invidious uses "CHANGE_ME!!" instead of "CHANGE_ME" to warn users that a config option must be changed --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 4843f31c..8601936c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -78,8 +78,8 @@ Make sure to run the newer Docker Compose V2: https://docs.docker.com/compose/in port: 5432 check_tables: true signature_server: inv_sig_helper:12999 - visitor_data: CHANGE_ME - po_token: CHANGE_ME + visitor_data: "CHANGE_ME!!" + po_token: "CHANGE_ME!!" # external_port: # domain: # https_only: false