From a46d7b72b907e11e11b1090a03a7b18d573a8d62 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Sun, 14 Apr 2024 15:46:18 -0700 Subject: [PATCH] Don't use selenium standalone debug containers --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c1bdd3c44..716691a62 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,12 +2,12 @@ version: "3" services: selenium_chrome: network_mode: "host" - image: "selenium/${SELENIUM_IMAGE:-standalone-chrome-debug}" + image: "selenium/${SELENIUM_IMAGE:-standalone-chrome}" volumes: - "/dev/shm:/dev/shm" selenium_firefox: network_mode: "host" - image: "selenium/${SELENIUM_IMAGE:-standalone-firefox-debug}" + image: "selenium/${SELENIUM_IMAGE:-standalone-firefox}" volumes: - "/dev/shm:/dev/shm" environment: