mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Specific mariadb version to 10.2
This commit is contained in:
parent
6e8bb9a142
commit
864d46e411
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
services:
|
||||
mariadb:
|
||||
image: "mariadb"
|
||||
image: "mariadb:10.2"
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=123
|
||||
- MYSQL_USER=root
|
||||
|
|
|
|||
Loading…
Reference in a new issue