docs: correctly represent the url and env vars that get injected via docker link
Closes dokku/dokku-postgres#221
This commit is contained in:
12
README.md
12
README.md
@@ -194,12 +194,12 @@ dokku postgres:link lolipop playground
|
||||
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_DATABASE_LOLIPOP_NAME=/lolipop/DATABASE
|
||||
DOKKU_DATABASE_LOLIPOP_PORT=tcp://172.17.0.1:5432
|
||||
DOKKU_DATABASE_LOLIPOP_PORT_5432_TCP=tcp://172.17.0.1:5432
|
||||
DOKKU_DATABASE_LOLIPOP_PORT_5432_TCP_PROTO=tcp
|
||||
DOKKU_DATABASE_LOLIPOP_PORT_5432_TCP_PORT=5432
|
||||
DOKKU_DATABASE_LOLIPOP_PORT_5432_TCP_ADDR=172.17.0.1
|
||||
DOKKU_POSTGRES_LOLIPOP_NAME=/lolipop/DATABASE
|
||||
DOKKU_POSTGRES_LOLIPOP_PORT=tcp://172.17.0.1:5432
|
||||
DOKKU_POSTGRES_LOLIPOP_PORT_5432_TCP=tcp://172.17.0.1:5432
|
||||
DOKKU_POSTGRES_LOLIPOP_PORT_5432_TCP_PROTO=tcp
|
||||
DOKKU_POSTGRES_LOLIPOP_PORT_5432_TCP_PORT=5432
|
||||
DOKKU_POSTGRES_LOLIPOP_PORT_5432_TCP_ADDR=172.17.0.1
|
||||
```
|
||||
|
||||
The following will be set on the linked application by default:
|
||||
|
||||
Reference in New Issue
Block a user