mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-08 04:04:42 +02:00
21 lines
321 B
JSON
21 lines
321 B
JSON
{
|
|
"chrome": {
|
|
"default": "80.0",
|
|
"versions": {
|
|
"80.0": {
|
|
"image": "selenoid/vnc:chrome_80.0",
|
|
"port": "4444"
|
|
}
|
|
}
|
|
},
|
|
"firefox": {
|
|
"default": "74.0",
|
|
"versions": {
|
|
"74.0": {
|
|
"image": "selenoid/vnc:firefox_74.0",
|
|
"port": "4444"
|
|
}
|
|
}
|
|
}
|
|
}
|