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
8fc94c5b1f
commit
f08a36e4c8
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
# semaphore
|
||||
name: "semaphore-app"
|
||||
image: "docker.io/semaphoreui/semaphore:v2.18.2"
|
||||
image: "cr.simoncor.net/dockerhub/semaphoreui/semaphore:v2.18.2"
|
||||
image_name_mismatch: "recreate"
|
||||
restart_policy: "unless-stopped"
|
||||
network_mode: "host"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue