add: mariadb docker, wordpress now works :))))
This commit is contained in:
parent
b7cb3733ec
commit
49a136c709
9 changed files with 185 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -63,6 +63,10 @@ uninstall :
|
|||
echoo "Removing $(WWW_PATH)..."
|
||||
rm -r $(WWW_PATH) || true
|
||||
|
||||
# TODO(ugly)
|
||||
-docker container prune
|
||||
-docker volume rm my-awesome-compose_db
|
||||
|
||||
|
||||
## 'uninstall' then 'install'
|
||||
re : uninstall install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue