From 98a3b3d8d5071fc5eaa0e821ea888780f4ada97a Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Thu, 13 Jun 2019 17:24:37 +0700 Subject: [PATCH] Using beta version --- genymotion/example/geny.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/genymotion/example/geny.yml b/genymotion/example/geny.yml index c223078..761b91e 100755 --- a/genymotion/example/geny.yml +++ b/genymotion/example/geny.yml @@ -12,7 +12,7 @@ services: # Please stop this container by using docker stop instead of docker-compose stop saas: - image: budtmo/docker-android-genymotion + image: budtmo/docker-android-genymotion:1.8-p2-beta depends_on: - selenium_hub privileged: true @@ -24,12 +24,11 @@ services: - TEMPLATE=/root/tmp/devices.json - USER=$USER - PASS=$PASS - - LICENSE=$LICENSE - CONNECT_TO_GRID=true # Please stop this container by using docker stop instead of docker-compose stop aws: - image: budtmo/docker-android-genymotion + image: budtmo/docker-android-genymotion:1.8-p2-beta depends_on: - selenium_hub privileged: true