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 +```