Only wait for a single port

This commit is contained in:
Jose Diaz-Gonzalez
2016-08-26 23:05:34 -04:00
parent 783802eac6
commit 031f5e4e3a
2 changed files with 2 additions and 1 deletions

1
config
View File

@@ -6,6 +6,7 @@ export POSTGRES_ROOT=${POSTGRES_ROOT:="/var/lib/dokku/services/postgres"}
export PLUGIN_COMMAND_PREFIX="postgres"
export PLUGIN_DATA_ROOT=$POSTGRES_ROOT
export PLUGIN_DATASTORE_PORTS=(5432)
export PLUGIN_DATASTORE_WAIT_PORT=5432
export PLUGIN_DEFAULT_ALIAS="DATABASE"
export PLUGIN_ALT_ALIAS="DOKKU_POSTGRES"
export PLUGIN_IMAGE=$POSTGRES_IMAGE