Added service container for Selenium standalone with Chrome (#519)

* Added service container for Selenium standalone with Chrome
This commit is contained in:
Edmund Luong
2017-01-01 10:22:01 -05:00
committed by Philippe Trépanier
parent 978dd425b9
commit 2fc3919598
3 changed files with 23 additions and 0 deletions

View File

@ -324,6 +324,13 @@ services:
links:
- php-fpm
### Selenium Container #########################################
selenium:
build: ./selenium
ports:
- "4444:4444"
### Volumes Setup ###########################################
volumes: