2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

user -> username

This commit is contained in:
Oliver 2021-12-20 22:47:58 +11:00
parent 42ada4e67d
commit b6a99ce7c2

View File

@ -128,7 +128,7 @@ docker-compose run inventree-server pgcli -h inventree-db -p 5432 -u pguser
``` ```
!!! info "User" !!! info "User"
If you have changed the `POSTGRES_USER` variable in the compose file, replace `pguser` with the different user. If you have changed the `POSTGRES_USER` variable in the compose file, replace `pguser` with the different username.
You will be prompted to enter the database user password (default="pgpassword", unless altered in the compose file). You will be prompted to enter the database user password (default="pgpassword", unless altered in the compose file).