diff --git a/docs/start/docker_dev.md b/docs/start/docker_dev.md index 2d5e5af..cfe97f6 100644 --- a/docs/start/docker_dev.md +++ b/docs/start/docker_dev.md @@ -83,7 +83,7 @@ If this is the first time you are interacting with the docker containers, the In Run the following command to open a shell session for the database ``` -docker-compose -f docker-compose.dev.yml run inventree-dev-server pgcli -h inventree-db -p 5432 -u pguser +docker-compose -f docker-compose.dev.yml run inventree-dev-server pgcli -h inventree-dev-db -p 5432 -u pguser ``` !!! info "User"