diff --git a/Documentation/Developpeur/HOWTO_installation_docker.md b/Documentation/Developpeur/HOWTO_installation_docker.md index e70f9f6ee9fd43ac835b1b7ab9ad0a37421f311f..20d23e27587f7b8c15a238eb54b3363fc419e85a 100644 --- a/Documentation/Developpeur/HOWTO_installation_docker.md +++ b/Documentation/Developpeur/HOWTO_installation_docker.md @@ -13,7 +13,9 @@ Dans le fichier appli_sf/.env : * DATABASE_URL : remplacer `"mysqli://notaires:password@127.0.0.1:3306/notaires"` par `"mysqli://DB_USER:DB_PASSWORD@database:3306/DB_NAME` DB_USER, DB_PASSWORD et DB_NAME sont les mêmes que dans le .env à la racine -* MAILER_DSN : remplacer `"smtp://localhost:25"` par `"smtp://mail:1025"` +* MAILER_DSN : remplacer `"smtp://localhost:25"` par `"smtp://mail:MAILER_SMTP_PORT"` + +MAILER_SMTP_PORT est le même que dans le .env à la racine * MAILER_SENDER : mettre une adresse email correcte ## Installation