Added service container for Selenium standalone with Chrome (#519)
* Added service container for Selenium standalone with Chrome
This commit is contained in:

committed by
Philippe Trépanier

parent
978dd425b9
commit
2fc3919598
@ -324,6 +324,13 @@ services:
|
||||
links:
|
||||
- php-fpm
|
||||
|
||||
### Selenium Container #########################################
|
||||
|
||||
selenium:
|
||||
build: ./selenium
|
||||
ports:
|
||||
- "4444:4444"
|
||||
|
||||
### Volumes Setup ###########################################
|
||||
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user