diff --git a/imageroot/etc/state-include.conf b/imageroot/etc/state-include.conf index a22015f..363fa3d 100644 --- a/imageroot/etc/state-include.conf +++ b/imageroot/etc/state-include.conf @@ -5,7 +5,6 @@ # state/piler.sql state/sync2pilerdone -volumes/mysql-conf.d volumes/piler_manticore volumes/piler_store volumes/piler_etc diff --git a/imageroot/systemd/user/mariadb-app.service b/imageroot/systemd/user/mariadb-app.service index e89bafd..5d2bee6 100644 --- a/imageroot/systemd/user/mariadb-app.service +++ b/imageroot/systemd/user/mariadb-app.service @@ -20,7 +20,6 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/mariadb-app.pid \ --pod-id-file %t/piler.pod-id --replace -d --name mariadb-app \ --env-file=%S/state/environment \ --volume mysql-data:/var/lib/mysql/:Z \ - --volume mysql-conf.d:/etc/mysql/conf.d:Z \ --env MARIADB_ROOT_PASSWORD=Nethesis,1234 \ --env MARIADB_DATABASE=piler \ --env MARIADB_USER=piler \