mirror of
https://github.com/docker/compose.git
synced 2025-07-25 14:44:29 +02:00
Fix a couple of typos in README
This commit is contained in:
parent
13a30c327a
commit
4d35d47969
@ -72,7 +72,7 @@ This example will build an image with `app.py` inside it:
|
|||||||
print "Hello world!"
|
print "Hello world!"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### plum.yaml
|
#### plum.yml
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
web:
|
web:
|
||||||
@ -103,7 +103,7 @@ web:
|
|||||||
|
|
||||||
### Communicating between containers
|
### Communicating between containers
|
||||||
|
|
||||||
Your dweb app will probably need to talk to your database. You can use [Docker links](http://docs.docker.io/en/latest/use/port_redirection/#linking-a-container) to enable containers to communicate, 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](http://docs.docker.io/en/latest/use/port_redirection/#linking-a-container) to enable containers to communicate, pass in the right IP address and port via environment variables:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
db:
|
db:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user