Skip to content

Commit

Permalink
Change to Seleniarm
Browse files Browse the repository at this point in the history
  • Loading branch information
navarr committed Jan 17, 2023
1 parent 2bd9545 commit 471dc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environments/includes/selenium.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"
services:
selenium:
hostname: ${WARDEN_ENV_NAME}_selenium
image: selenium/standalone-chrome${WARDEN_SELENIUM_DEBUG:-}:${WARDEN_SELENIUM_VERSION:-3.141.59}
image: seleniarm/standalone-chromium:${WARDEN_SELENIUM_VERSION:-latest}
extra_hosts:
- ${TRAEFIK_DOMAIN}:${TRAEFIK_ADDRESS:-0.0.0.0}
- ${TRAEFIK_SUBDOMAIN:-app}.${TRAEFIK_DOMAIN}:${TRAEFIK_ADDRESS:-0.0.0.0}
- ${TRAEFIK_SUBDOMAIN:-app}.${TRAEFIK_DOMAIN}:${TRAEFIK_ADDRESS:-0.0.0.0}

0 comments on commit 471dc04

Please sign in to comment.