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: