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
4a89b61e4d
commit
48b28d6442
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
# pulse
|
||||
name: "pulse"
|
||||
image: "docker.io/rcourtman/pulse:4.36.2"
|
||||
image: "cr.simoncor.net/dockerhub/rcourtman/pulse:4.36.2"
|
||||
image_name_mismatch: "recreate"
|
||||
network_mode: "host"
|
||||
restart_policy: "unless-stopped"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue