From 927fde3dcd7bad38006cba9792410687f0ba7909 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 18 Oct 2021 08:47:08 +1100 Subject: [PATCH] Update docker_prod.md --- docs/start/docker_prod.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.