Skip to content

Commit fdd4a86

Browse files
committed
Merge remote-tracking branch 'origin/master' into release-0.9
2 parents 1f440e1 + 15012fd commit fdd4a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ If you want to use appium to test UI of your android application, you need to sh
130130
docker run --privileged -d -p 6080:6080 -p 4723:4723 -p 5554:5554 -p 5555:5555 -v $PWD/example/sample_apk:/root/tmp -e DEVICE="Nexus 5" -e APPIUM=True -e CONNECT_TO_GRID=True -e APPIUM_HOST="127.0.0.1" -e APPIUM_PORT=4723 -e SELENIUM_HOST="172.17.0.1" -e SELENIUM_PORT=4444 --name android-container butomo1989/docker-android-x86-7.1.1
131131
```
132132

133-
### Share Volume
133+
### Video Recording
134134

135135
You can deactivate auto_record by changing the value to "False" in docker-compose file. e.g. change value to "False" in this [line].
136136

0 commit comments

Comments
 (0)