mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 12:05:02 +01:00
21 lines
321 B
JSON
21 lines
321 B
JSON
{
|
|
"chrome": {
|
|
"default": "90.0",
|
|
"versions": {
|
|
"90.0": {
|
|
"image": "selenoid/vnc:chrome_90.0",
|
|
"port": "4444"
|
|
}
|
|
}
|
|
},
|
|
"firefox": {
|
|
"default": "87.0",
|
|
"versions": {
|
|
"87.0": {
|
|
"image": "selenoid/vnc:firefox_87.0",
|
|
"port": "4444"
|
|
}
|
|
}
|
|
}
|
|
}
|