mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-22 09:57:53 +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…
x
Reference in New Issue
Block a user