mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 23:05:09 +00:00
Fixed bad volume naming
This commit is contained in:
parent
835e5d60b6
commit
1f8685dce1
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ services:
|
||||||
- MYSQL_USER=root
|
- MYSQL_USER=root
|
||||||
volumes:
|
volumes:
|
||||||
- ./conf/mariadb-conf.d:/etc/mysql/conf.d
|
- ./conf/mariadb-conf.d:/etc/mysql/conf.d
|
||||||
- mariadb:/var/lib/mysql
|
- /var/lib/mysql
|
||||||
ports:
|
ports:
|
||||||
- "3307:3306" #mariadb-port
|
- "3307:3306" #mariadb-port
|
||||||
container_name: mariadb
|
container_name: mariadb
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue