browsersGit.json 259 B

123456789101112131415
  1. {
  2. "chrome": {
  3. "default": "103.0",
  4. "versions": {
  5. "103.0": {
  6. "image": "selenoid/vnc_chrome:103.0",
  7. "hosts": [
  8. "host.docker.internal:172.17.0.1"
  9. ],
  10. "port": "4444",
  11. "path": "/"
  12. }
  13. }
  14. }
  15. }