2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-23 10:38:58 +00:00

Merge pull request #18 from africlouds/hotfixes

Fixed mariadb ports mapping
This commit is contained in:
vishalseshagiri 2017-10-26 09:44:03 +05:30 committed by GitHub
commit 1a24453af8

View File

@ -8,7 +8,7 @@ services:
volumes:
- ./conf/mariadb-conf.d:/etc/mysql/conf.d
ports:
- "3307:3307" #mariadb-port
- "3307:3306" #mariadb-port
container_name: mariadb
redis-cache: