From 4ec9d53e88bce652f6c87e4b0f50776098d3e3da Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Mon, 13 Nov 2023 12:01:01 +0100 Subject: [PATCH] generate .my.cnf in database container --- docker/templates/dot_my.cnf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docker/templates/dot_my.cnf diff --git a/docker/templates/dot_my.cnf b/docker/templates/dot_my.cnf new file mode 100644 index 0000000..27b254a --- /dev/null +++ b/docker/templates/dot_my.cnf @@ -0,0 +1,5 @@ +# TARGET: docker/containers/db-server/mariadb/dot_my.cnf +[client] +user=root +host=localhost +password={{MYSQL_ROOT_PASS}} -- GitLab