From a49cc2950e3aecb3849cf59c98da4d0dbff06623 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Thu, 30 Aug 2018 13:46:14 +0200 Subject: [PATCH] Cleaned up --- genymotion/example/geny.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/genymotion/example/geny.yml b/genymotion/example/geny.yml index 631e6ad..f8761ed 100755 --- a/genymotion/example/geny.yml +++ b/genymotion/example/geny.yml @@ -16,9 +16,6 @@ services: depends_on: - selenium_hub privileged: true - ports: - - 6080:6080 - - 4723:4723 volumes: - $PWD/sample_apk:/root/tmp/sample_apk - $PWD/sample_devices:/root/tmp @@ -37,9 +34,6 @@ services: depends_on: - selenium_hub privileged: true - ports: - - 6080:6080 - - 4723:4723 volumes: - ~/.aws:/root/.aws - $PWD/sample_apk:/root/tmp/sample_apk