From c94109a95e0324ac910e8c25454badcc53e610eb Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 18 Nov 2025 18:38:42 +0100 Subject: [PATCH] alias --- wordpress/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wordpress/docker-compose.yml b/wordpress/docker-compose.yml index 28f5545..d211441 100755 --- a/wordpress/docker-compose.yml +++ b/wordpress/docker-compose.yml @@ -1,7 +1,7 @@ services: db: # We use a mariadb image which supports both amd64 & arm64 architecture - image: mariadb:10.6.4-focal + image: ${DOCKER_REGISTRY:-}mariadb:10.6.4-focal # If you really want to use MySQL, uncomment the following line #image: mysql:8.0.27 command: '--default-authentication-plugin=mysql_native_password' @@ -17,7 +17,7 @@ services: - 3306 - 33060 wordpress: - image: wordpress:latest + image: ${DOCKER_REGISTRY:-}wordpress:latest volumes: - wp_data:/var/www/html ports: