glpi/GLPI10-docker-compose.yml aktualisiert

This commit is contained in:
Peter Reichart 2023-10-30 17:29:14 +00:00
parent 582ba615e2
commit 180eb849b2

View File

@ -22,8 +22,8 @@ services:
restart: unless-stopped
volumes:
- ./volumes/glpi-config:/var/glpi/config:rw
- ./volumes/glpi-files:/var/www/html/files:rw
- ./volumes/glpi-plugins:/var/www/html/plugins:rw
- ./volumes/glpi-files:/var/glpi/files:rw
- ./volumes/glpi-plugins:/var/www/glpi/plugins:rw
environment:
MARIADB_HOST: ${MARIADB_HOST}
MARIADB_PORT: ${MARIADB_PORT}
@ -31,7 +31,7 @@ services:
MARIADB_USER: ${MARIADB_USER}
MARIADB_PASSWORD: ${MARIADB_PASSWORD}
GLPI_LANG: ${GLPI_LANG}
VERSION: "10.0"
VERSION: "10.0.10"
PLUGINS: "all"
TIMEZONE: ${TZ}
FQDN: ${FQDN}