Upgrade
Step 1: Update the Version
In the .env
file, set the LF_ASSESSMENT_VERSION
variable to latest LatticeFlow Web version.
Step 2: Re-deploy LatticeFlow Web
To launch the updated version of LatticeFlow, run the following command in the directory with the .env
and docker-compose.yml
files.
source .env
docker compose stop # stop the current deployment
docker compose pull # update the current deployment
docker compose up --detach # restart the deployment with the upgraded container
Updated 2 months ago