mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05:09 +00:00
changed mariadb ports to 3307
This commit is contained in:
parent
50d223eb6d
commit
06ff744f7b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ services:
|
|||
volumes:
|
||||
- ./conf/mariadb-conf.d:/etc/mysql/conf.d
|
||||
ports:
|
||||
- "3306:3306"
|
||||
- "3307:3307"
|
||||
container_name: mariadb
|
||||
|
||||
redis-cache:
|
||||
|
|
|
|||
Loading…
Reference in a new issue