mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-11 01:32:10 +00:00
Merge pull request #18 from africlouds/hotfixes
Fixed mariadb ports mapping
This commit is contained in:
commit
1a24453af8
@ -8,7 +8,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./conf/mariadb-conf.d:/etc/mysql/conf.d
|
- ./conf/mariadb-conf.d:/etc/mysql/conf.d
|
||||||
ports:
|
ports:
|
||||||
- "3307:3307" #mariadb-port
|
- "3307:3306" #mariadb-port
|
||||||
container_name: mariadb
|
container_name: mariadb
|
||||||
|
|
||||||
redis-cache:
|
redis-cache:
|
||||||
|
Loading…
Reference in New Issue
Block a user