Fixed for Production and Staging

This commit is contained in:
2023-06-08 00:46:50 -07:00
parent 05f289eae0
commit 9720f10038
4 changed files with 43 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ docker-compose exec -u www-data joomla php installation/joomla.php install \
--admin-username=$JOOMLA_USERNAME \
--admin-password=$JOOMLA_PASSWORD \
--db-type=mysqli \
--db-host=mariadb \
--db-host=mariadb-joomla \
--db-user=$MYSQL_USER \
--db-pass=$MYSQL_PASSWORD \
--db-name=$MYSQL_DATABASE \