2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +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
commit 7c44edb645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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