Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Coderberg committed Jul 15, 2024
1 parent bd750a4 commit 74ce431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ git clone https://github.com/Coderberg/ResidenceCMS.git
cd ResidenceCMS
```

2. Create a `.env.local` file and update the `MAILER_DSN` variable to use MailHog
2. Create a `.env.local` file and update the `MAILER_DSN` variable to use Mailpit
```shell
cp .env .env.local
sed -i 's/MAILER_DSN=.*/MAILER_DSN=smtp:\/\/mailhog:1025/' .env.local
sed -i 's/MAILER_DSN=.*/MAILER_DSN=smtp:\/\/mailer:1025/' .env.local
```

3. Build and run containers
Expand Down

0 comments on commit 74ce431

Please sign in to comment.