2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 10:15:33 +00:00

Update docker compose commands (#436)

This commit is contained in:
Oliver
2023-02-03 09:49:51 +11:00
committed by GitHub
parent 41e89c06ef
commit 16ae370788
4 changed files with 17 additions and 17 deletions

View File

@ -68,7 +68,7 @@ If desired, the user may edit the environment variables, located in the `.env` f
Perform the initial database setup by running the following command:
```bash
docker-compose run inventree-dev-server invoke update
docker compose run inventree-dev-server invoke update
```
If this is the first time you are configuring the development server, this command will build a development version of the inventree docker image.