mirror of https://github.com/docker/docs.git
Merge pull request #16773 from chrisranderson/patch-1
Fix a typo in profiles.md
This commit is contained in:
commit
b8a39c0ce8
|
|
@ -91,7 +91,7 @@ $ COMPOSE_PROFILES=frontend,debug docker compose up
|
||||||
When a service with assigned `profiles` is explicitly targeted on the command
|
When a service with assigned `profiles` is explicitly targeted on the command
|
||||||
line its profiles are enabled automatically so you don't need to enable them
|
line its profiles are enabled automatically so you don't need to enable them
|
||||||
manually. This can be used for one-off services and debugging tools.
|
manually. This can be used for one-off services and debugging tools.
|
||||||
As an example consider the folowing configuration:
|
As an example consider the following configuration:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: "{{ site.compose_file_v3 }}"
|
version: "{{ site.compose_file_v3 }}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue