From 5b1132aa350487205363fcd063640143e409038b Mon Sep 17 00:00:00 2001 From: Abhishek Reddy Date: Wed, 28 Dec 2022 15:23:04 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0a9742..d59de9b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ -# Wordpress-alpine-php Docker Image +# Wordpress-alpine-php Docker Image + +**Note** +This repository has not been updated. We suggest that you use the [latest repository](https://github.com/Azure/wordpress-linux-appservice) for deploying WordPress on Azure App Service. + This is a WordPress Docker image which can run on both [Azure Web App on Linux](https://docs.microsoft.com/en-us/azure/app-service-web/app-service-linux-intro) and your Docker engines's host. ## Components + This docker image currently contains the following components: 1. WordPress (4.9.1) From bfcca013fd38d0e0e58dc1896ecc7b0e1d583fac Mon Sep 17 00:00:00 2001 From: Abhishek Reddy Date: Wed, 28 Dec 2022 15:29:17 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d59de9b..242245d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Wordpress-alpine-php Docker Image -**Note** -This repository has not been updated. We suggest that you use the [latest repository](https://github.com/Azure/wordpress-linux-appservice) for deploying WordPress on Azure App Service. +>**Note** +>This repository has not been updated. We suggest that you use the [latest repository](https://github.com/Azure/wordpress-linux-appservice) for deploying WordPress on Azure App Service. This is a WordPress Docker image which can run on both [Azure Web App on Linux](https://docs.microsoft.com/en-us/azure/app-service-web/app-service-linux-intro) and your Docker engines's host.