Skip to content

Commit 0b24dfd

Browse files
authored
Set CHANGE_ME to CHANGE_ME!! in example compose (#631)
Invidious uses "CHANGE_ME!!" instead of "CHANGE_ME" to warn users that a config option must be changed
1 parent 2938c19 commit 0b24dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ Make sure to run the newer Docker Compose V2: https://docs.docker.com/compose/in
7878
port: 5432
7979
check_tables: true
8080
signature_server: inv_sig_helper:12999
81-
visitor_data: CHANGE_ME
82-
po_token: CHANGE_ME
81+
visitor_data: "CHANGE_ME!!"
82+
po_token: "CHANGE_ME!!"
8383
# external_port:
8484
# domain:
8585
# https_only: false

0 commit comments

Comments
 (0)