mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
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`.
This commit is contained in:
parent
6df025e0b3
commit
0b809dac79
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue