1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

fixing .env

This commit is contained in:
Georg Lauterbach
2020-10-19 12:20:23 +02:00
parent 34ad0500db
commit 75384e4d92
3 changed files with 2 additions and 1 deletions

View File

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