diff --git a/glpi/GLPI10-docker-compose.yml b/glpi/GLPI10-docker-compose.yml index 53809e09..af1ced39 100644 --- a/glpi/GLPI10-docker-compose.yml +++ b/glpi/GLPI10-docker-compose.yml @@ -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}