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
736496d65b
commit
9a1d5c2d33
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
# rustfs
|
||||
name: "rustfs"
|
||||
image: "docker.io/rustfs/rustfs:1.0.0-alpha.97"
|
||||
image: "cr.simoncor.net/dockerhub/rustfs/rustfs:1.0.0-alpha.97"
|
||||
image_name_mismatch: "recreate"
|
||||
restart_policy: "unless-stopped"
|
||||
network_mode: "host"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue