Use docker proxy port from config
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user