File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -241,10 +241,10 @@ examples: |-
241
241
For example, consider this command line:
242
242
243
243
```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
245
245
```
246
246
247
- The `docker- compose.yml ` file might specify a `webapp` service.
247
+ The `compose.yaml ` file might specify a `webapp` service.
248
248
249
249
```yaml
250
250
services:
@@ -255,7 +255,7 @@ examples: |-
255
255
volumes:
256
256
- "/data"
257
257
```
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.
259
259
New values, add to the `webapp` service configuration.
260
260
261
261
```yaml
You can’t perform that action at this time.
0 commit comments