Merge pull request #1298 from hack2root/patch-1
Update README.md with new required file for docker-compose.
This commit is contained in:
commit
3d27cad6f2
|
@ -61,6 +61,8 @@ Download the docker-compose.yml, the .env and the setup.sh files:
|
||||||
|
|
||||||
curl -o .env https://raw.githubusercontent.com/tomav/docker-mailserver/master/.env.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
|
||||||
|
|
||||||
#### Create a docker-compose environment
|
#### Create a docker-compose environment
|
||||||
|
|
||||||
- Edit the files `.env` and `env-mailserver` to your liking:
|
- Edit the files `.env` and `env-mailserver` to your liking:
|
||||||
|
|
Loading…
Reference in New Issue