Skip to content

Commit

Permalink
Don't use selenium standalone debug containers
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Apr 14, 2024
1 parent fc8e651 commit a46d7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a46d7b7

Please sign in to comment.