2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-24 07:38:33 +00:00

Fixed bad volume naming

This commit is contained in:
chabad360 2018-10-03 17:10:27 -07:00 committed by GitHub
parent 835e5d60b6
commit 1f8685dce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ services:
- MYSQL_USER=root
volumes:
- ./conf/mariadb-conf.d:/etc/mysql/conf.d
- mariadb:/var/lib/mysql
- /var/lib/mysql
ports:
- "3307:3306" #mariadb-port
container_name: mariadb