sql: Fix mariadb version and unsafeWaitShell

This commit pins the MariaDB version being used, and updates an
appropriate "mariadb" client being used in unsafeWaitShell.
This commit is contained in:
Tom 2023-06-23 11:34:43 +02:00
parent 75ceab241e
commit 865959f530
3 changed files with 28 additions and 5 deletions

View file

@ -2,7 +2,7 @@ version: "3.7"
services:
sql:
image: mariadb
image: mariadb:11.0
volumes:
- "./data/:/var/lib/mysql"
- "./imports/:/imports/"