Initial commit
This commit is contained in:
5
Config/MailServer/download.sh
Executable file
5
Config/MailServer/download.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
DMS_GITHUB_URL='https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master'
|
||||
wget "${DMS_GITHUB_URL}/docker-compose.yml"
|
||||
wget "${DMS_GITHUB_URL}/mailserver.env"
|
||||
wget "${DMS_GITHUB_URL}/setup.sh"
|
||||
chmod a+x ./setup.sh
|
Reference in New Issue
Block a user