From e7383465ccf1a7bde7cec581be82d121662a5649 Mon Sep 17 00:00:00 2001 From: Sugata Date: Fri, 21 Jul 2023 17:43:05 +0530 Subject: [PATCH] add minimal readme --- readme.MD | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 readme.MD diff --git a/readme.MD b/readme.MD new file mode 100644 index 0000000..6f87a93 --- /dev/null +++ b/readme.MD @@ -0,0 +1,3 @@ +# Wordpress on Docker + +This `docker-compose.yaml` installs wordpress, mysql and phpmyadmin. If you do not need all the files to be persistent, you can modify the volumes section and only add the files/folders you need to be persistant.