Updating the Evolo Gateway

How to Update Evolo Gateway Using Docker

Written By Evolo Support

Last updated 3 days ago

When you set up the Evolo Gateway via Docker Compose, the Watchtower container is installed, which automatically downloads new updates.

If you do not have Watchtower enabled, you can perform a manual update.

Manually Updating the Evolo GatewayΒ 

Log in to the Evolo Docker Registry:

docker login registry.evolo.no

Contact us to obtain your username and password for the registry.

On the device running Docker Compose, run the following commands:

docker compose pull

docker compose down

docker compose up -d

pull downloads the latest version of the Gateway.

down stops and removes existing containers.

up -d creates and starts new containers with the latest update.