Update README about docker env var

This commit is contained in:
Loïc Guitaut
2015-10-21 16:17:36 +02:00
parent 4fe74b82d8
commit 5db9586aee

View File

@@ -64,7 +64,8 @@ dokku postgres:info lolipop
# NOTE: this will restart your app # NOTE: this will restart your app
dokku postgres:link lolipop playground 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 wont be listed when calling dokku config)
# #
# DOKKU_POSTGRES_LOLIPOP_NAME=/lolipop/DATABASE # DOKKU_POSTGRES_LOLIPOP_NAME=/lolipop/DATABASE
# DOKKU_POSTGRES_LOLIPOP_PORT=tcp://172.17.0.1:5432 # DOKKU_POSTGRES_LOLIPOP_PORT=tcp://172.17.0.1:5432