Skip to content

Commit 5915105

Browse files
committed
fix: replace docker-compose.yml with compose.yaml
Signed-off-by: k-kbk <kkbk0077@gmail.com>
1 parent 43e4561 commit 5915105

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/docker_compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ examples: |-
241241
For example, consider this command line:
242242
243243
```console
244-
$ docker compose -f docker-compose.yml -f docker-compose.admin.yml run backup_db
244+
$ docker compose -f compose.yaml -f compose.admin.yaml run backup_db
245245
```
246246
247-
The `docker-compose.yml` file might specify a `webapp` service.
247+
The `compose.yaml` file might specify a `webapp` service.
248248
249249
```yaml
250250
services:
@@ -255,7 +255,7 @@ examples: |-
255255
volumes:
256256
- "/data"
257257
```
258-
If the `docker-compose.admin.yml` also specifies this same service, any matching fields override the previous file.
258+
If the `compose.admin.yaml` also specifies this same service, any matching fields override the previous file.
259259
New values, add to the `webapp` service configuration.
260260
261261
```yaml

0 commit comments

Comments
 (0)