version: '3.7' services: chrome: image: selenium/standalone-chrome:3.141 volumes: - /dev/shm:/dev/shm network_mode: host firefox: image: selenium/standalone-firefox:3.141 volumes: - /dev/shm:/dev/shm network_mode: host