Zoinkies
Yes, it's working well. Just make sure to add the variable below [mysqld] and restart MariaDB. Then, verify the change by running:
mysql -N -e "SHOW VARIABLES LIKE 'open_files_limit';" | awk '{print $2}'
If the value hasn’t changed, manually restart the container with:
docker stop mariadb
docker start mariadb