Cleaned up
This commit is contained in:
parent
6b657dd13e
commit
a49cc2950e
|
@ -16,9 +16,6 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- selenium_hub
|
- selenium_hub
|
||||||
privileged: true
|
privileged: true
|
||||||
ports:
|
|
||||||
- 6080:6080
|
|
||||||
- 4723:4723
|
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/sample_apk:/root/tmp/sample_apk
|
- $PWD/sample_apk:/root/tmp/sample_apk
|
||||||
- $PWD/sample_devices:/root/tmp
|
- $PWD/sample_devices:/root/tmp
|
||||||
|
@ -37,9 +34,6 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- selenium_hub
|
- selenium_hub
|
||||||
privileged: true
|
privileged: true
|
||||||
ports:
|
|
||||||
- 6080:6080
|
|
||||||
- 4723:4723
|
|
||||||
volumes:
|
volumes:
|
||||||
- ~/.aws:/root/.aws
|
- ~/.aws:/root/.aws
|
||||||
- $PWD/sample_apk:/root/tmp/sample_apk
|
- $PWD/sample_apk:/root/tmp/sample_apk
|
||||||
|
|
Loading…
Reference in a new issue