You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Docker image tag often corresponds to a GLPI version (e.g., `triatk/glpi-standalone:10.0.19`).
137
+
The Docker image tag often corresponds to a GLPI version (e.g., `triatk/glpi-standalone:10.0.20`).
138
138
You can also use the `VERSION_GLPI` environment variable if the image tag is more generic (like `latest`), though using specific image tags is recommended for production.
139
139
140
140
```shell
@@ -174,7 +174,7 @@ services:
174
174
175
175
glpi:
176
176
# Check Docker Hub for the latest stable tag: https://hub.docker.com/r/triatk/glpi-standalone/tags
177
-
image: triatk/glpi-standalone:10.0.19# Use a specific version tag
177
+
image: triatk/glpi-standalone:10.0.20# Use a specific version tag
178
178
container_name: glpi-app
179
179
hostname: glpi
180
180
depends_on:
@@ -183,7 +183,7 @@ services:
183
183
- "8080:80"# Host port 8080 maps to container port 80
184
184
environment:
185
185
- TIMEZONE=Europe/Paris
186
-
# - VERSION_GLPI=10.0.19 # Often determined by the image tag, but can be set
186
+
# - VERSION_GLPI=10.0.20 # Often determined by the image tag, but can be set
187
187
restart: unless-stopped
188
188
```
189
189
@@ -220,7 +220,7 @@ services:
220
220
221
221
glpi:
222
222
# Check Docker Hub for the latest stable tag: https://hub.docker.com/r/triatk/glpi-standalone/tags
223
-
image: triatk/glpi-standalone:10.0.19 # Use a specific version tag
223
+
image: triatk/glpi-standalone:10.0.20 # Use a specific version tag
# - GLPI_ALIAS=glpi # Uncomment to deploy GLPI in a subfolder (e.g., /glpi)
240
-
# - VERSION_GLPI=10.0.19 # Usually set by the image tag, confirm if needed
240
+
# - VERSION_GLPI=10.0.20 # Usually set by the image tag, confirm if needed
241
241
# - VERSION_PHP=8.3 # If the image supports multiple PHP versions via env var
242
242
- INSTALL_PLUGINS=false # Set to true if you mount a plugins folder and want them installed
243
243
- OPCACHE_SIZE=128
@@ -289,7 +289,7 @@ If set to `true`, the container will attempt to install/enable plugins found in
289
289
Specifies the GLPI version to install/ensure, if the image supports dynamic version fetching (less common with pre-built standalone images). It's often tied to the image tag.
290
290
291
291
- Example: `VERSION_GLPI=10.0.18`
292
-
- **Note:** Prefer using a specific image tag like `triatk/glpi-standalone:10.0.19`.
292
+
- **Note:** Prefer using a specific image tag like `triatk/glpi-standalone:10.0.20`.
Copy file name to clipboardExpand all lines: README_FR.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ docker run --name mariadb \
79
79
docker run --name glpi \
80
80
--link mariadb:mariadb \
81
81
-p 8080:80 \
82
-
-d triatk/glpi-standalone:10.0.19
82
+
-d triatk/glpi-standalone:10.0.20
83
83
```
84
84
85
85
Accédez à GLPI sur `http://localhost:8080`.
@@ -93,7 +93,7 @@ Si vous avez une base de données MariaDB/MySQL existante :
93
93
docker run --name glpi \
94
94
--link nom_conteneur_bdd_existant:mariadb \
95
95
-p 8080:80 \
96
-
-d triatk/glpi-standalone:10.0.19
96
+
-d triatk/glpi-standalone:10.0.20
97
97
```
98
98
99
99
Assurez-vous que votre conteneur GLPI peut se connecter à `nom_conteneur_bdd_existant` sur le port 3306 et dispose des informations d'identification nécessaires.
Le tag de l'image Docker correspond souvent à une version de GLPI (ex: `triatk/glpi-standalone:10.0.19`).
138
+
Le tag de l'image Docker correspond souvent à une version de GLPI (ex: `triatk/glpi-standalone:10.0.20`).
139
139
Vous pouvez également utiliser la variable d'environnement `VERSION_GLPI` si le tag de l'image est plus générique (comme `latest`), bien que l'utilisation de tags d'image spécifiques soit recommandée en production.
140
140
141
141
```shell
@@ -175,7 +175,7 @@ services:
175
175
176
176
glpi:
177
177
# Vérifiez Docker Hub pour le dernier tag stable : https://hub.docker.com/r/triatk/glpi-standalone/tags
178
-
image: triatk/glpi-standalone:10.0.19# Utilisez un tag de version spécifique
178
+
image: triatk/glpi-standalone:10.0.20# Utilisez un tag de version spécifique
179
179
container_name: glpi-app
180
180
hostname: glpi
181
181
depends_on:
@@ -184,7 +184,7 @@ services:
184
184
- "8080:80"# Le port hôte 8080 est mappé au port conteneur 80
185
185
environment:
186
186
- TIMEZONE=Europe/Paris
187
-
# - VERSION_GLPI=10.0.19 # Souvent déterminé par le tag de l'image, mais peut être défini
187
+
# - VERSION_GLPI=10.0.20 # Souvent déterminé par le tag de l'image, mais peut être défini
188
188
restart: unless-stopped
189
189
```
190
190
@@ -221,7 +221,7 @@ services:
221
221
222
222
glpi:
223
223
# Vérifiez Docker Hub pour le dernier tag stable : https://hub.docker.com/r/triatk/glpi-standalone/tags
224
-
image: triatk/glpi-standalone:10.0.19 # Utilisez un tag de version spécifique
224
+
image: triatk/glpi-standalone:10.0.20 # Utilisez un tag de version spécifique
# - GLPI_ALIAS=glpi # Décommentez pour déployer GLPI dans un sous-dossier (ex: /glpi)
241
-
# - VERSION_GLPI=10.0.19 # Généralement défini par le tag de l'image, confirmez si besoin
241
+
# - VERSION_GLPI=10.0.20 # Généralement défini par le tag de l'image, confirmez si besoin
242
242
# - VERSION_PHP=8.3 # Si l'image supporte plusieurs versions PHP via var d'env
243
243
- INSTALL_PLUGINS=false # Mettre à true si vous montez un dossier de plugins et voulez les installer
244
244
- OPCACHE_SIZE=128
@@ -290,7 +290,7 @@ Si défini à `true`, le conteneur tentera d'installer/activer les plugins trouv
290
290
Spécifie la version de GLPI à installer/assurer, si l'image prend en charge la récupération dynamique de version (moins courant avec les images autonomes pré-construites). C'est souvent lié au tag de l'image.
291
291
292
292
- Exemple : `VERSION_GLPI=10.0.18`
293
-
- **Note :** Préférez utiliser un tag d'image spécifique comme `triatk/glpi-standalone:10.0.19`.
293
+
- **Note :** Préférez utiliser un tag d'image spécifique comme `triatk/glpi-standalone:10.0.20`.
0 commit comments