Skip to content

Commit f64934a

Browse files
committed
Added clarification about docker compose file limitations
1 parent 69b94f6 commit f64934a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ You can learn a lot about how this plugin is used by browsing the [documentation
1313

1414
## Configuration
1515

16+
Important: this plugin assumes that your docker compose file is called `docker-compose.yml`. If your file is called diferently, make sure to set plugin's `config` option or - more generally - set the pipeline-level environment variable `COMPOSE_FILE` with the right value. This is due to the possible usage of a custom-named override files in some situations and can not be worked around due to limitations of docker's `-f` option.
17+
1618
### Main Commands
1719

1820
You will need to specify at least one of the following to use this extension.

0 commit comments

Comments
 (0)