Skip to content

Commit

Permalink
Merge pull request devture#10 from Demitroi/master
Browse files Browse the repository at this point in the history
Fix docker compose indent
  • Loading branch information
spantaleev authored Jun 29, 2021
2 parents 5538aa4 + a6d62df commit 69f7c31
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,19 @@ docker run \

```
version: "3.7"
services:
smtp:
image: docker.io/devture/exim-relay:SOME_TAGGED_RELEASE
user: 100:101
restart: always
ports:
- "25:8025"
environment:
HOSTNAME: my.host.name
SMARTHOST: some.relayhost.name::587
SMTP_USERNAME: someuser
SMTP_PASSWORD: password
services:
smtp:
image: docker.io/devture/exim-relay:SOME_TAGGED_RELEASE
user: 100:101
restart: always
ports:
- "25:8025"
environment:
HOSTNAME: my.host.name
SMARTHOST: some.relayhost.name::587
SMTP_USERNAME: someuser
SMTP_PASSWORD: password
```

## Other Variables
Expand Down

0 comments on commit 69f7c31

Please sign in to comment.