Update docker to use mariadb 12.3

This commit is contained in:
DariusIII
2026-06-04 09:28:06 +02:00
parent 4a57b75985
commit 5a4531c0ea
+1 -1
View File
@@ -67,7 +67,7 @@ services:
command: >
sh -c "while [ true ]; do php artisan schedule:run; sleep 60; done"
mariadb:
image: 'mariadb:11'
image: 'mariadb:12.3'
ports:
- '${FORWARD_DB_PORT:-3306}:3306'
environment: