Using beta version
This commit is contained in:
parent
abf1d33e62
commit
98a3b3d8d5
|
@ -12,7 +12,7 @@ services:
|
||||||
|
|
||||||
# Please stop this container by using docker stop instead of docker-compose stop
|
# Please stop this container by using docker stop instead of docker-compose stop
|
||||||
saas:
|
saas:
|
||||||
image: budtmo/docker-android-genymotion
|
image: budtmo/docker-android-genymotion:1.8-p2-beta
|
||||||
depends_on:
|
depends_on:
|
||||||
- selenium_hub
|
- selenium_hub
|
||||||
privileged: true
|
privileged: true
|
||||||
|
@ -24,12 +24,11 @@ services:
|
||||||
- TEMPLATE=/root/tmp/devices.json
|
- TEMPLATE=/root/tmp/devices.json
|
||||||
- USER=$USER
|
- USER=$USER
|
||||||
- PASS=$PASS
|
- PASS=$PASS
|
||||||
- LICENSE=$LICENSE
|
|
||||||
- CONNECT_TO_GRID=true
|
- CONNECT_TO_GRID=true
|
||||||
|
|
||||||
# Please stop this container by using docker stop instead of docker-compose stop
|
# Please stop this container by using docker stop instead of docker-compose stop
|
||||||
aws:
|
aws:
|
||||||
image: budtmo/docker-android-genymotion
|
image: budtmo/docker-android-genymotion:1.8-p2-beta
|
||||||
depends_on:
|
depends_on:
|
||||||
- selenium_hub
|
- selenium_hub
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
Loading…
Reference in a new issue