mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25: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'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
image: "mariadb"
|
image: "mariadb:10.2"
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=123
|
- MYSQL_ROOT_PASSWORD=123
|
||||||
- MYSQL_USER=root
|
- MYSQL_USER=root
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue