Only wait for a single port
This commit is contained in:
1
config
1
config
@@ -7,6 +7,7 @@ export MONGO_CONFIG_OPTIONS=${MONGO_CONFIG_OPTIONS:=" --storageEngine wiredTiger
|
||||
export PLUGIN_COMMAND_PREFIX="mongo"
|
||||
export PLUGIN_DATA_ROOT=$MONGO_ROOT
|
||||
export PLUGIN_DATASTORE_PORTS=(27017 27018 27019 28017)
|
||||
export PLUGIN_DATASTORE_WAIT_PORT=27017
|
||||
export PLUGIN_DEFAULT_ALIAS="MONGO"
|
||||
export PLUGIN_ALT_ALIAS="DOKKU_MONGO"
|
||||
export PLUGIN_IMAGE=$MONGO_IMAGE
|
||||
|
||||
Reference in New Issue
Block a user