mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-25 06:49:31 +01:00
21 lines
321 B
JSON
21 lines
321 B
JSON
{
|
|
"chrome": {
|
|
"default": "78.0",
|
|
"versions": {
|
|
"78.0": {
|
|
"image": "selenoid/vnc:chrome_78.0",
|
|
"port": "4444"
|
|
}
|
|
}
|
|
},
|
|
"firefox": {
|
|
"default": "70.0",
|
|
"versions": {
|
|
"70.0": {
|
|
"image": "selenoid/vnc:firefox_70.0",
|
|
"port": "4444"
|
|
}
|
|
}
|
|
}
|
|
}
|