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

Update docker_dev.md

Fix typos in docker development setup guide
This commit is contained in:
Oliver 2022-01-05 19:13:18 +11:00 committed by GitHub
parent 421d58ae8f
commit cda645bb70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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" !!! info "User"