Manual
To update the Simplifier via Docker Compose, we assume that you used the Installation Guide and Compose File provided by Simplifier Community.
Step 1 – Switch to Project File
First of all , switch to the folder that contains the git repository for e.g.
cd /var/lib/simplifier/
Step 2 – Update Simplifier Image
To update the simplifier image, use docker-compose pull command below
docker compose -f simplifier-standalone.yml pull
Step 3 – Recreation of Docker Service
After pulling the latest simplifier image, please recreate the docker service. The image will be replaced and the container will be restarted.
docker compose -f simplifier-standalone.yml up -d && docker compose -f simplifier-standalone.yml logs
You will also see the logs immediately. Please hit Strg+C to Exit the Log Mode.