...
In /docker/compose/smartid.env, change the Traefik version as described below:
# -- Traefik #TRAEFIK_VERSION=v3.x.x
to
# -- Traefik
TRAEFIK_VERSION=v3.1.4
Update and restart the Traefik container, for example with the following commandscommand:
Code Block |
---|
docker compose up -d |