mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-03 12:38:29 +00:00
changed mariadb ports to 3307
Former-commit-id: 06ff744f7b7100a46417a06884ae4aa9a6ef7ca5
This commit is contained in:
parent
d73059b753
commit
9d1d09a3c0
@ -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:
|
||||||
- "3306:3306"
|
- "3307:3307"
|
||||||
container_name: mariadb
|
container_name: mariadb
|
||||||
|
|
||||||
redis-cache:
|
redis-cache:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user