1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-09 13:46:55 +02:00

21 lines
321 B
JSON
Raw Normal View History

2019-11-03 12:01:33 +08:00
{
"chrome": {
2020-03-25 15:35:26 +08:00
"default": "80.0",
2019-11-03 12:01:33 +08:00
"versions": {
2020-03-25 15:35:26 +08:00
"80.0": {
"image": "selenoid/vnc:chrome_80.0",
2019-11-03 12:01:33 +08:00
"port": "4444"
}
}
},
"firefox": {
2020-03-25 15:35:26 +08:00
"default": "74.0",
2019-11-03 12:01:33 +08:00
"versions": {
2020-03-25 15:35:26 +08:00
"74.0": {
"image": "selenoid/vnc:firefox_74.0",
2019-11-03 12:01:33 +08:00
"port": "4444"
}
}
}
}