mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-30 17:47:21 +01:00
31 lines
504 B
JSON
31 lines
504 B
JSON
{
|
|
"chrome": {
|
|
"default": "91.0",
|
|
"versions": {
|
|
"91.0": {
|
|
"image": "selenoid/vnc:chrome_91.0",
|
|
"port": "4444"
|
|
}
|
|
}
|
|
},
|
|
"firefox": {
|
|
"default": "88.0",
|
|
"versions": {
|
|
"88.0": {
|
|
"image": "selenoid/vnc:firefox_88.0",
|
|
"port": "4444",
|
|
"path": "/wd/hub"
|
|
}
|
|
}
|
|
},
|
|
"opera": {
|
|
"default": "76.0",
|
|
"versions": {
|
|
"76.0": {
|
|
"image": "selenoid/vnc:opera_76.0",
|
|
"port": "4444"
|
|
}
|
|
}
|
|
}
|
|
}
|