Skip to content

Commit

Permalink
Merge pull request #5 from Aldekein/master
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
csandanov authored Sep 12, 2024
2 parents 59a454c + 9cd21ef commit 9a63054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ This is typically used to deploy the authentication password using
If you store the password in `docker secret`, e.g.

```
$ echo 'my secret' | docker secreat create smtp_relay_password -
$ echo 'my secret' | docker secret create smtp_relay_password -
```

then you can use it setting the `RELAY_PASSWORD_FILE` environment
variable in your container like:

```
RELAY_PASSWORD_FILE=/run/secrets/smtp_relay_password`
RELAY_PASSWORD_FILE=/run/secrets/smtp_relay_password
```

Note that you cannot specify both the `XXX` and `XXX_FILE` environment
Expand Down

0 comments on commit 9a63054

Please sign in to comment.