Use docker proxy port from config

This commit is contained in:
Johannes Zellner
2018-08-13 20:41:02 +02:00
parent 6933184c2e
commit 10f0d48b2a
2 changed files with 2 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ function initConfig() {
data.smtpPort = 2525; // this value comes from mail container
data.sysadminPort = 3001;
data.ldapPort = 3002;
data.dockerProxyPort = 5687;
// keep in sync with start.sh
data.database = {