feat: use pull-through cache for Docker Hub images

Replace docker.io references with cr.simoncor.net/dockerhub
pull-through cache. Official images now use explicit library/
namespace for cache compatibility.
This commit is contained in:
Simon Cornet 2026-05-08 14:42:38 +02:00
commit 9f85ee0413

View file

@ -73,7 +73,7 @@
# traefik
name: "traefik"
image: "docker.io/traefik:v3.7.0"
image: "cr.simoncor.net/dockerhub/library/traefik:v3.7.0"
image_name_mismatch: "recreate"
restart_policy: "unless-stopped"
network_mode: "host"