docs: improve compose-flags example

Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-09-27 09:00:31 +00:00 committed by Emilien Escalle
parent ab0fa7d95d
commit 88b85ef80e

View File

@ -208,9 +208,7 @@ steps:
- uses: hoverkraft-tech/compose-action@40041ff1b97dbf152cd2361138c2b03fa29139df # v2.3.0 - uses: hoverkraft-tech/compose-action@40041ff1b97dbf152cd2361138c2b03fa29139df # v2.3.0
with: with:
compose-file: "./docker/docker-compose.yml" compose-file: "./docker/docker-compose.yml"
services: | compose-flags: "--profile profile-1"
helloworld2
helloworld3
``` ```
Specify multiple compose files to use with the `docker compose` command. Specify multiple compose files to use with the `docker compose` command.