소스 검색

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,`
Kai Devrim 5 년 전
부모
커밋
66e821ffa0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      wordpress-mysql/README.md

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