2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 10:15:33 +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

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
```
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"