mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-22 05:09:09 +02:00
31 lines
504 B
JSON
31 lines
504 B
JSON
{
|
|
"chrome": {
|
|
"default": "92.0",
|
|
"versions": {
|
|
"92.0": {
|
|
"image": "selenoid/vnc:chrome_92.0",
|
|
"port": "4444"
|
|
}
|
|
}
|
|
},
|
|
"firefox": {
|
|
"default": "90.0",
|
|
"versions": {
|
|
"90.0": {
|
|
"image": "selenoid/vnc:firefox_90.0",
|
|
"port": "4444",
|
|
"path": "/wd/hub"
|
|
}
|
|
}
|
|
},
|
|
"opera": {
|
|
"default": "77.0",
|
|
"versions": {
|
|
"77.0": {
|
|
"image": "selenoid/vnc:opera_77.0",
|
|
"port": "4444"
|
|
}
|
|
}
|
|
}
|
|
}
|