Skip to content

Commit 5cb71af

Browse files
mathieu-lemayRmStorm
authored andcommitted
Add documentation for multiple compose files
1 parent bcdb6db commit 5cb71af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@ working directory. You can specify a different file via the
167167
168168
pytest --docker-compose=/path/to/docker-compose.yml
169169
170+
To specify more than one compose file, separate them with a ``,``:
171+
172+
.. code-block:: sh
173+
174+
pytest --docker-compose=/path/to/docker-compose.yml,/another/docker-compose.yml,/third/docker-compose.yml
175+
170176
.. tip::
171177
Alternatively, you can specify this option in your ``pytest.ini`` file:
172178

0 commit comments

Comments
 (0)