diff --git a/docs/start/docker_prod.md b/docs/start/docker_prod.md index f2dca15..7b98de2 100644 --- a/docs/start/docker_prod.md +++ b/docs/start/docker_prod.md @@ -214,6 +214,17 @@ docker-compose pull 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 Now restart the containers.