Compare commits

...

1 Commits

Author SHA1 Message Date
21396c807b miadb.env 2022-11-11 23:55:09 +01:00

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