Updated to work with the mariadb command, rather than mysql command

This commit is contained in:
Jonathan Rosenbaum 2025-06-05 18:36:46 +00:00
parent 2c5d0b01b9
commit f13ed239e7

View File

@ -3,7 +3,7 @@
source ".env" source ".env"
website="https://$VIRTUAL_HOST" website="https://$VIRTUAL_HOST"
command="docker-compose exec database mysql" command="docker compose exec database mariadb"
echo $website echo $website