We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095161c commit 8b33eefCopy full SHA for 8b33eef
Makefile
@@ -19,8 +19,8 @@ run:
19
docker-compose -f ./testing/docker-compose/docker-compose.testing-default.yml up -d
20
21
testing-%:
22
- docker-compose -f ./testing/docker-compose/docker-compose.$@.yml up --build --abort-on-container-exit --exit-code-from=sut
23
- docker-compose -f ./testing/docker-compose/docker-compose.$@.yml down
+ docker-compose -p "phpmyadmin_$@" -f ./testing/docker-compose/docker-compose.$@.yml up --build --abort-on-container-exit --exit-code-from=sut
+ docker-compose -p "phpmyadmin_$@" -f ./testing/docker-compose/docker-compose.$@.yml down
24
25
run-tests: testing-default testing-one-host testing-different-apache-port
26
0 commit comments