mirror of
				https://github.com/inventree/inventree-docs.git
				synced 2025-10-30 20:35:38 +00:00 
			
		
		
		
	Update docker_dev.md
Fix typos in docker development setup guide
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user