From 5a8df6f1c3e310259f0876cdc4620847e6d81506 Mon Sep 17 00:00:00 2001 From: John Franey Date: Thu, 24 Sep 2015 09:19:41 -0300 Subject: [PATCH] Update README.md Add a note explaining how to examine the environment variables (through `dokku run my-app env` rather than `dokku config my-app`) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8ea9fc5..6fda2dd 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,10 @@ dokku redis:link lolipop playground # REDIS_PORT_6379_TCP_PORT=6379 # REDIS_PORT_6379_TCP_ADDR=172.17.0.1 +# you can examine the environment variables +# using our 'playground' app's env command +dokku run playground env + # you can customize the environment # variables through a custom docker link alias dokku redis:alias lolipop REDIS_DATABASE