algoo / galae

mailcow: dockerized - 🐮 + 🐋 = 💕
https://mailcow.email
GNU General Public License v3.0
1 stars 1 forks source link

Feat/1 replace mysql socket by ip #2

Closed yvan-algoo closed 1 year ago

yvan-algoo commented 1 year ago

Related to #1 This commit replaces all references to the MySQL Unix sockets by "host" and "port" variable. The values come from generate-config.sh, and by default correspond to the mailcow MySQL container.

This has not been tested yet, and I am not a developer: care should be taken notably in the PHP code.

Note that for the sake of prudence it keeps the mysql-socket Docker volume untouched.