From 8cd245121d9f590db26b3e289c9e6e0f168d9082 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Thu, 27 Nov 2025 00:21:03 -0500 Subject: [PATCH] add etc folder --- tasks/mariadb.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/mariadb.yml b/tasks/mariadb.yml index b645cdd..5331f25 100644 --- a/tasks/mariadb.yml +++ b/tasks/mariadb.yml @@ -13,6 +13,7 @@ - "3306:3306" volumes: - "{{ data_dir }}/db:/var/lib/mysql" + - "{{ data_dir }}/db/etc:/etc/mysql" env: MYSQL_USER: "root" MYSQL_ROOT_PASSWORD: "{{ GLOBAL_POSTGRES_PASSWORD }}"