From 5db9586aee5796de0ed0c68d081ab9f9313f7c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guitaut?= Date: Wed, 21 Oct 2015 16:17:36 +0200 Subject: [PATCH] Update README about docker env var --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ea3081..30f0411 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ dokku postgres:info lolipop # NOTE: this will restart your app dokku postgres:link lolipop playground -# the above will expose the following environment variables +# the following environment variables will be set automatically by docker (not +# on the app itself, so they won’t be listed when calling dokku config) # # DOKKU_POSTGRES_LOLIPOP_NAME=/lolipop/DATABASE # DOKKU_POSTGRES_LOLIPOP_PORT=tcp://172.17.0.1:5432