From b6a99ce7c2cec00248d81a3e09682f4c2fc5cf78 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 20 Dec 2021 22:47:58 +1100 Subject: [PATCH] user -> username --- docs/start/docker_prod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/docker_prod.md b/docs/start/docker_prod.md index c88a77d..0a59b2d 100644 --- a/docs/start/docker_prod.md +++ b/docs/start/docker_prod.md @@ -128,7 +128,7 @@ docker-compose run inventree-server pgcli -h inventree-db -p 5432 -u pguser ``` !!! 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).