miadb.env

This commit is contained in:
phil 2022-11-11 23:55:09 +01:00
parent a5212aff03
commit 21396c807b

View File

@ -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