add: mariadb docker, wordpress now works :))))

This commit is contained in:
mcolonna 2025-06-12 18:26:18 +02:00
parent b7cb3733ec
commit 49a136c709
9 changed files with 185 additions and 2 deletions

View file

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