mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05:09 +00:00
fix suggested by frappe/frappe_docker/issues/40
This commit is contained in:
parent
7ba473ea0b
commit
f609009c65
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