Skip to content

Commit a6b0866

Browse files
committed
Small correction to french doc
1 parent 6f2096b commit a6b0866

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.fr.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ Pour plus d'informations (En anglais): [`pull_policy`](https://github.com/compos
185185
Si vous faites des changements et ne voulez pas avoir à reconstruire l'image après chaque changement :
186186
187187
1. Éditer le fichier `compose.yml` et décommenter :
188-
`
189-
# volumes:
190-
# - ./:/var/www/html
191-
`
188+
```
189+
# volumes:
190+
# - ./:/var/www/html
191+
```
192192
2. Exécuter `cp config/config.inc.php.dist config/config.inc.php` pour copier le fichier de configuration par défaut.
193193
3. Exécuter `docker compose up -d` et les changements au fichiers locaux seront réfléchies sur le conteneur.
194194

0 commit comments

Comments
 (0)