mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
fixing .env
This commit is contained in:
parent
34ad0500db
commit
75384e4d92
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
||||||
#################################################
|
#################################################
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.env
|
||||||
config/opendkim/
|
config/opendkim/
|
||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
|
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue