2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

Fixed mariadb ports mapping

This commit is contained in:
Aimable Rwema 2017-10-08 06:50:56 +02:00
parent 643dd4b4ce
commit a34106b23b

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: