From 782f041a404610126085ccd38c1bcde50677727e Mon Sep 17 00:00:00 2001 From: Xiong ZHOU Date: Wed, 17 Jul 2024 14:11:09 +0800 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 55006ee..4ff753b 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,8 @@ services: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro - /var/www/html/glpi/:/var/www/html/glpi + #- /opt/glpi/plugins/:/plugins # you can install your own plugins by mount the plugins directory and modify the env INSTALL_PLUGINS to true. + #- /opt/glpi/backup_glpi/:/backup_glpi # you can persist the backup data by mounting a backup folder. environment: - TIMEZONE=Europe/Brussels #- GLPI_ALIAS=glpi # Optional, uncomment to deploy GLPI in a subfolder, default subdir is /glpi