Fix long line wrapping on Compose service profiles page

This commit is contained in:
Roman Anasal 2021-01-27 14:47:40 +01:00
parent 927ea24b04
commit 6c64eeca65
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ keywords: cli, compose, profile, profiles reference
Profiles allow adjusting the Compose application model for various usages and
environments by selectively enabling services.
This is achieved by assigning each service to zero or more profiles. If unassigned, the service is _always_ started but if assigned, it is only started if the profile is activated.
This is achieved by assigning each service to zero or more profiles. If
unassigned, the service is _always_ started but if assigned, it is only started
if the profile is activated.
This allows one to define additional services in a single `docker-compose.yml` file
that should only be started in specific scenarios, e.g. for debugging or