2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

Update docker_prod.md

This commit is contained in:
Oliver 2021-10-18 08:47:08 +11:00 committed by GitHub
parent ad88d1a1d3
commit 927fde3dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.