mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #26] How can downgrade appium version #18
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mehrdad-abdoli on GitHub (Jul 19, 2017).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/26
I need to downgrade Appium version to 1.6.5 for some reasons .
How can it be done in docker-compose ?
@budtmo commented on GitHub (Jul 19, 2017):
Hi @mehrdad-abdoli ,
docker-android will always use the newest version of appium. You cannot downgrade it through docker-compose, but you can do it by going inside running docker-container and downgrade appium manually. it would be great if you can report that bug that you have to https://github.com/appium/appium so you can use the newest version of appium in the future.
@mehrdad-abdoli commented on GitHub (Jul 19, 2017):
@butomo1989
thanks I have fixed it