From 44e591b611095954c4417f6cb1a3410903ad8b2e Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Sat, 12 Mar 2022 23:57:14 +0100 Subject: [PATCH] Remove another instance of WikiJS specific markdown syntax --- docs/Installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Installation.md b/docs/Installation.md index 3f39d15..7cdf285 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -86,8 +86,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. -> The environment variable `POSTGRES_USER` cannot be changed. The SQL config files that run the initial database migrations are hard-coded with the username `kemal`. -{.is-warning} +**The environment variable `POSTGRES_USER` cannot be changed. The SQL config files that run the initial database migrations are hard-coded with the username `kemal`.** ### Docker-compose method (development)