From 66e821ffa003af04fb1214347db80aca9a24f1df Mon Sep 17 00:00:00 2001 From: Kai Devrim Date: Fri, 21 May 2021 09:56:18 -0700 Subject: [PATCH] Update Wordpress-MySQL README (#145) It previously said at the bottom, `To remove all Gitea data,` I changed it from Gitea to Wordpress `To remove all Wordpress data,` --- wordpress-mysql/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wordpress-mysql/README.md b/wordpress-mysql/README.md index 101b5d2..6ca6edd 100644 --- a/wordpress-mysql/README.md +++ b/wordpress-mysql/README.md @@ -58,7 +58,7 @@ Stop and remove the containers $ docker-compose down ``` -To remove all Gitea data, delete the named volumes by passing the `-v` parameter: +To remove all Wordpress data, delete the named volumes by passing the `-v` parameter: ``` $ docker-compose down -v -``` \ No newline at end of file +```