From 0b809dac792b92d956e5168facf0d3502d2923d0 Mon Sep 17 00:00:00 2001 From: Jason Thatcher Date: Thu, 16 Mar 2023 06:00:21 +1000 Subject: [PATCH] Installation: Remove outdated warning about `$POSTGRES_USER` (#364) The statements are no longer true since the database migrations now reference `current_user` instead of `kemal`. --- docs/installation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 4b7b0e2..a15b10b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -95,8 +95,6 @@ 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`.** - ### Docker-compose method (development)