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`)
This commit is contained in:
@@ -76,6 +76,10 @@ dokku mongo:link lolipop playground
|
|||||||
# MONGO_PORT_27017_TCP_PORT=27017
|
# MONGO_PORT_27017_TCP_PORT=27017
|
||||||
# MONGO_PORT_27017_TCP_ADDR=172.17.0.1
|
# MONGO_PORT_27017_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
|
# you can customize the environment
|
||||||
# variables through a custom docker link alias
|
# variables through a custom docker link alias
|
||||||
dokku mongo:alias lolipop MONGO_DATABASE
|
dokku mongo:alias lolipop MONGO_DATABASE
|
||||||
|
|||||||
Reference in New Issue
Block a user