2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-13 10:45:32 +00:00

Merge pull request #216 from Nerade/master

Update docker_dev.md
This commit is contained in:
Oliver
2021-12-12 21:05:57 +11:00
committed by GitHub

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