Skip to content

Commit

Permalink
exchanging .dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Lauterbach committed Oct 18, 2020
1 parent 54dc528 commit 34ad050
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ insert_final_newline = true
indent_style = space
trim_trailing_whitespace = false

[*.{yaml,yml,yml.dist,yml.tmpl}]
[*.{yaml,yml}]
indent_style = space
indent_size = 2

Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
#################################################

.DS_Store
.env

config/opendkim/
docker-compose.yml

#################################################
### IDEs ######################################
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,12 @@ Minimum:
Download the `docker-compose.yml`, `.env`, `env-mailserver` and the `setup.sh` files:

``` BASH
curl -o setup.sh https://raw.githubusercontent.com/tomav/docker-mailserver/master/setup.sh && chmod a+x ./setup.sh
curl -o docker-compose.yml https://raw.githubusercontent.com/tomav/docker-mailserver/master/docker-compose.yml.dist
curl -o .env https://raw.githubusercontent.com/tomav/docker-mailserver/master/.env.dist
curl -o env-mailserver https://raw.githubusercontent.com/tomav/docker-mailserver/master/env-mailserver.dist
wget https://raw.githubusercontent.com/tomav/docker-mailserver/master/setup.sh
wget https://raw.githubusercontent.com/tomav/docker-mailserver/master/docker-compose.yml
wget https://raw.githubusercontent.com/tomav/docker-mailserver/master/.env
wget https://raw.githubusercontent.com/tomav/docker-mailserver/master/env-mailserver

chmod a+x ./setup.sh
```

### Create a docker-compose environment
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml.dist → docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'
version: '3.8'

services:
mail:
Expand Down
File renamed without changes.

0 comments on commit 34ad050

Please sign in to comment.