diff --git a/docker-glpi/Vagrantfile b/docker-glpi/Vagrantfile index d981373..f80d760 100644 --- a/docker-glpi/Vagrantfile +++ b/docker-glpi/Vagrantfile @@ -102,6 +102,12 @@ services: environment: - TIMEZONE=Europe/Paris restart: always +EOT +cat > mariadb.env <<-EOT +MARIADB_ROOT_PASSWORD=diouxx +MARIADB_DATABASE=glpidb +MARIADB_USER=glpi_user +MARIADB_PASSWORD=glpi EOT docker compose up -d ip -br a