1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/selenoid/data/config/browsers.json

21 lines
321 B
JSON
Raw Normal View History

2019-11-03 04:01:33 +00:00
{
"chrome": {
"default": "78.0",
"versions": {
"78.0": {
"image": "selenoid/vnc:chrome_78.0",
"port": "4444"
}
}
},
"firefox": {
"default": "70.0",
"versions": {
"70.0": {
"image": "selenoid/vnc:firefox_70.0",
"port": "4444"
}
}
}
}