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,`
This commit is contained in:
Kai Devrim 2021-05-21 09:56:18 -07:00 committed by GitHub
parent bd5fa7b667
commit 66e821ffa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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