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:
parent
75ceab241e
commit
865959f530
3 changed files with 28 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
sql:
|
||||
image: mariadb
|
||||
image: mariadb:11.0
|
||||
volumes:
|
||||
- "./data/:/var/lib/mysql"
|
||||
- "./imports/:/imports/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue