2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 18:25:27 +00:00

Update docker_dev.md

Fixed typo in stop command
This commit is contained in:
Marcel Pörner
2021-12-12 09:52:43 +01:00
committed by GitHub
parent 8fe682e2de
commit 90059956ee

View File

@ -101,7 +101,7 @@ Once initial setup is complete, stopping and restarting the services is much sim
To stop the InvenTree development server, simply run the following command:
```
docker-compose -f docker-compose-dev.yml down
docker-compose -f docker-compose.dev.yml down
```
### Start InvenTree Services