mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-28 16:06:34 +01:00
21 lines
321 B
JSON
21 lines
321 B
JSON
{
|
|
"chrome": {
|
|
"default": "79.0",
|
|
"versions": {
|
|
"79.0": {
|
|
"image": "selenoid/vnc:chrome_79.0",
|
|
"port": "4444"
|
|
}
|
|
}
|
|
},
|
|
"firefox": {
|
|
"default": "72.0",
|
|
"versions": {
|
|
"72.0": {
|
|
"image": "selenoid/vnc:firefox_72.0",
|
|
"port": "4444"
|
|
}
|
|
}
|
|
}
|
|
}
|