fixing .env

This commit is contained in:
Georg Lauterbach 2020-10-19 12:20:23 +02:00
parent 34ad0500db
commit 75384e4d92
No known key found for this signature in database
GPG key ID: 386D76E7AD496709
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
################################################# #################################################
.DS_Store .DS_Store
.env
config/opendkim/ config/opendkim/
################################################# #################################################

View file

@ -92,8 +92,8 @@ Download the `docker-compose.yml`, `.env`, `env-mailserver` and the `setup.sh` f
``` BASH ``` BASH
wget https://raw.githubusercontent.com/tomav/docker-mailserver/master/setup.sh 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/docker-compose.yml
wget https://raw.githubusercontent.com/tomav/docker-mailserver/master/.env
wget https://raw.githubusercontent.com/tomav/docker-mailserver/master/env-mailserver wget https://raw.githubusercontent.com/tomav/docker-mailserver/master/env-mailserver
curl -o .env https://raw.githubusercontent.com/tomav/docker-mailserver/master/template.env
chmod a+x ./setup.sh chmod a+x ./setup.sh
``` ```

View file