Move docker proxy into its own file

This commit is contained in:
Johannes Zellner
2018-08-13 21:10:53 +02:00
parent fb02e8768c
commit 441fdb81f8
4 changed files with 61 additions and 31 deletions

View File

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