I would like use a remote Mariadb server so that it can be on a dedicated machine with appropriate hardware. By default, all services seem to connect through the “mysql socket” Docker volume. Is there a way to specify a remote MySQL, better than manually changing the database path in every configuration file of all other containers?
Also, can someone tell me why the Mariadb container listens by default on port 13306 on the host, while other containers use the Unix socket?
Regards,
Yvan