fix selenium (#655)
see https://github.com/SeleniumHQ/docker-selenium#running-the-images
This commit is contained in:
parent
082a73ee33
commit
178d7e1505
|
@ -349,6 +349,9 @@ services:
|
|||
build: ./selenium
|
||||
ports:
|
||||
- "4444:4444"
|
||||
volumes:
|
||||
# see https://github.com/SeleniumHQ/docker-selenium#running-the-images
|
||||
- /dev/shm:/dev/shm
|
||||
|
||||
### Volumes Setup ###########################################
|
||||
|
||||
|
|
Loading…
Reference in New Issue