mirror of https://github.com/docker/compose.git
READMEREADME fixfix
This commit is contained in:
parent
084b06cd12
commit
e2e5172a59
|
@ -82,7 +82,7 @@ CMD: bundle exec rackup
|
|||
|
||||
### Communicating between containers
|
||||
|
||||
Your web app will probably need to talk to your database. You can use [Docker links] to enable containers to communicatecommunicate, pass in the right IP address and port via environment variables:
|
||||
Your web app will probably need to talk to your database. You can use [Docker links] to enable containers to communicate, pass in the right IP address and port via environment variables:
|
||||
|
||||
```yaml
|
||||
db:
|
||||
|
|
Loading…
Reference in New Issue