Rename to DOCKER_CUSTOM_ENV

This commit is contained in:
Matt Colyer
2015-11-04 17:38:49 -08:00
parent c68ac3be25
commit 6c6b040f4a
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ dokku postgres:create lolipop
# official postgres image
export POSTGRES_IMAGE="postgres"
export POSTGRES_IMAGE_VERSION="9.4.4"
export POSTGRES_DOCKER_ARGS="USER=alpha;HOST=beta"
export POSTGRES_CUSTOM_ENV="USER=alpha;HOST=beta"
dokku postgres:create lolipop
# get connection information as follows