diff --git a/docs/src/content/docs/en/install-config/install/docker-compose.mdx b/docs/src/content/docs/en/install-config/install/docker-compose.mdx
index de62333..656872b 100644
--- a/docs/src/content/docs/en/install-config/install/docker-compose.mdx
+++ b/docs/src/content/docs/en/install-config/install/docker-compose.mdx
@@ -6,7 +6,7 @@ description: Step-by-step guide to installing this project using the Docker imag
import {LinkCard} from '@astrojs/starlight/components';
1. Download the [docker-compose.yml](https://github.com/maelgangloff/domain-watchdog/blob/develop/docker-compose.yml) and modify it as needed
-2. Download the [.env](https://github.com/maelgangloff/domain-watchdog/blob/develop/.env) and modify it as needed
+2. Download the [.env](https://github.com/maelgangloff/domain-watchdog/blob/develop/.env), rename it to `.env.local` and modify it as needed
3. Add static files to customize your instance (under `public/content`)
diff --git a/docs/src/content/docs/fr/install-config/install/docker-compose.mdx b/docs/src/content/docs/fr/install-config/install/docker-compose.mdx
index 745f7de..d808533 100644
--- a/docs/src/content/docs/fr/install-config/install/docker-compose.mdx
+++ b/docs/src/content/docs/fr/install-config/install/docker-compose.mdx
@@ -6,7 +6,7 @@ description: Guide pour installer le projet en utilisant Docker Compose, avec le
import {LinkCard} from '@astrojs/starlight/components';
1. Téléchargez le fichier [docker-compose.yml](https://github.com/maelgangloff/domain-watchdog/blob/develop/docker-compose.yml) et modifiez-le selon vos besoins
-2. Téléchargez le fichier [.env](https://github.com/maelgangloff/domain-watchdog/blob/develop/.env) et modifiez-le selon vos besoins
+2. Téléchargez le fichier [.env](https://github.com/maelgangloff/domain-watchdog/blob/develop/.env), renommez-le en `.env.local` et modifiez-le selon vos besoins
3. Ajoutez des fichiers statiques pour personnaliser votre instance (sous `public/content`)