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

changed mariadb ports to 3307

Former-commit-id: 06ff744f7b
This commit is contained in:
vishalseshagiri 2017-08-01 22:39:18 +05:30
parent d73059b753
commit 9d1d09a3c0

View File

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