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:
parent
30881cd1fd
commit
b8868485d0
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
|||
pull: "always"
|
||||
state: "started"
|
||||
name: "pangolin"
|
||||
image: "docker.io/fosrl/pangolin:1.18.3"
|
||||
image: "cr.simoncor.net/dockerhub/fosrl/pangolin:1.18.3"
|
||||
restart_policy: "unless-stopped"
|
||||
networks:
|
||||
- name: "pangolin"
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
pull: "always"
|
||||
state: "started"
|
||||
name: "traefik"
|
||||
image: "docker.io/library/traefik:v3.7.0"
|
||||
image: "cr.simoncor.net/dockerhub/library/traefik:v3.7.0"
|
||||
restart_policy: "unless-stopped"
|
||||
networks:
|
||||
- name: "pangolin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue