mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 13:46:54 +00:00
Update docker_prod.md
This commit is contained in:
parent
ad88d1a1d3
commit
927fde3dcd
@ -214,6 +214,17 @@ docker-compose pull
|
|||||||
|
|
||||||
This ensures that the InvenTree containers will be running the latest version of the InvenTree source code.
|
This ensures that the InvenTree containers will be running the latest version of the InvenTree source code.
|
||||||
|
|
||||||
|
!!! info "Tagged Version"
|
||||||
|
If you are targetting a particular "tagged" version of InvenTree, you may wish to edit your docker-compose file before issuing the `docker-compose pull` command
|
||||||
|
|
||||||
|
### Update Database
|
||||||
|
|
||||||
|
Run the following command to ensure that the InvenTree database is updated:
|
||||||
|
|
||||||
|
```
|
||||||
|
docker-compose run inventree-server invoke update
|
||||||
|
```
|
||||||
|
|
||||||
### Start Containers
|
### Start Containers
|
||||||
|
|
||||||
Now restart the containers.
|
Now restart the containers.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user