changed docker config default filename

This commit is contained in:
Asif Bacchus 2018-10-21 03:38:57 -06:00
parent 11b5f05d27
commit 72c94544b5
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ logFile="$scriptPath/${scriptName%.*}.log"
mailcowConfigFile=mailcow.conf
# Set default docker-compose filename
dockerComposeFile=docker-config.yml
dockerComposeFile=docker-compose.yml
# set default 503 error page name and location in scriptPath
err503Path="$scriptPath/503.html"