Skip to content

Commit

Permalink
added workaround for Docker for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 authored Sep 28, 2016
1 parent 4d341d2 commit 4f4d802
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,15 @@ services:
image: 'selenium/standalone-chrome-debug:2.53.0'
ports:
- '5900'
# workaround for Docker for Mac, see https://github.com/SeleniumHQ/docker-selenium/issues/227#issuecomment-224865735
dns: 8.8.4.4
environment:
- no_proxy=localhost
firefox:
image: 'selenium/standalone-firefox-debug:2.53.0'
ports:
- '5900'
# workaround for Docker for Mac, see https://github.com/SeleniumHQ/docker-selenium/issues/227#issuecomment-224865735
dns: 8.8.4.4
environment:
- no_proxy=localhost

0 comments on commit 4f4d802

Please sign in to comment.