Skip to content

Commit d7e6289

Browse files
commit111jordanstephenslionello
authored
Apply suggestions from code review
Co-authored-by: Jordan Stephens <[email protected]> Co-authored-by: Lio李歐 <[email protected]>
1 parent 0b01183 commit d7e6289

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/concepts/compose.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ sidebar_position: 150
88

99
Defang allows you to use `compose.yaml` files to deploy your application to the cloud.
1010
The `compose.yaml` file is a simple way to define and run multi-container applications.
11-
This file format may look familiar to you if you've come across `docker-compose.yml` files, as both are based on the [Compose specification](https://docs.docker.com/compose/compose-file/).
11+
This file format may look familiar to you if you've used [Docker](https://docker.com).
12+
13+
The [Compose Specification](https://github.com/compose-spec/compose-spec/blob/main/spec.md#compose-file) lets you define a platform-agnostic application designed as a set of containers which are configured to run together with shared resources. These applications may be destined for any [OCI](https://opencontainers.org/) Container Runtime. Defang does the heavy lifting to deploy to your favourite cloud platform using this file.
1214

1315
## How It Works
1416

@@ -249,7 +251,7 @@ restart: unless-stopped
249251
```
250252

251253
### `volumes`
252-
(Unsupported)
254+
(Not yet supported)
253255

254256
The volume mounts for a container, specific to a service. This feature is not currently supported by Defang.
255257

0 commit comments

Comments
 (0)