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
cbc714f39f
commit
642ce4bdcd
2 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
# run mariadb
|
||||
name: "phpipam-db"
|
||||
image: "docker.io/library/mariadb:{{ mariadb_version }}"
|
||||
image: "cr.simoncor.net/dockerhub/library/mariadb:{{ mariadb_version }}"
|
||||
image_name_mismatch: "recreate"
|
||||
restart_policy: "unless-stopped"
|
||||
networks:
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
state: "started"
|
||||
tty: "no"
|
||||
name: "phpipam-app"
|
||||
image: "docker.io/phpipam/phpipam-www:v1.8.0"
|
||||
image: "cr.simoncor.net/dockerhub/phpipam/phpipam-www:v1.8.0"
|
||||
image_name_mismatch: "recreate"
|
||||
restart_policy: "unless-stopped"
|
||||
networks:
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
state: "started"
|
||||
tty: "no"
|
||||
name: "phpipam-cron"
|
||||
image: "docker.io/phpipam/phpipam-cron:v1.8.0"
|
||||
image: "cr.simoncor.net/dockerhub/phpipam/phpipam-cron:v1.8.0"
|
||||
image_name_mismatch: "recreate"
|
||||
restart_policy: "unless-stopped"
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue