feat: pin traefik version to v3.7.0

This commit is contained in:
Simon Cornet 2026-05-08 13:46:51 +02:00
commit 30881cd1fd

View file

@ -62,7 +62,7 @@
pull: "always" pull: "always"
state: "started" state: "started"
name: "traefik" name: "traefik"
image: "docker.io/library/traefik:v3.7" image: "docker.io/library/traefik:v3.7.0"
restart_policy: "unless-stopped" restart_policy: "unless-stopped"
networks: networks:
- name: "pangolin" - name: "pangolin"