mirror of
https://github.com/docker/compose.git
synced 2025-07-22 05:04:27 +02:00
Clarify services line in readme
This commit is contained in:
parent
837593e1ab
commit
2abf25d827
@ -14,7 +14,7 @@ Define your app's environment with Docker so it can be reproduced anywhere:
|
|||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
CMD python app.py
|
CMD python app.py
|
||||||
|
|
||||||
Define your app's services so they can be run alongside in an isolated environment:
|
Define the services that make up your app so they can be run together in an isolated environment:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
web:
|
web:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user