build component works, php ini fixed

This commit is contained in:
2023-05-31 16:57:49 -07:00
parent 63183262d4
commit 985514c51b
4 changed files with 180 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ services:
JOOMLA_DB_NAME: ${MYSQL_DATABASE}
volumes:
- ./html:/var/www/html
- ./php/php.ini:/usr/local/etc/php/php.ini
ports:
- "8000:80"