mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
add selenium
This commit is contained in:
7
selenium/docker-compose.yml
Normal file
7
selenium/docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
firefox:
|
||||
image: selenium/standalone-firefox
|
||||
ports:
|
||||
- "4444:4444"
|
||||
environment:
|
||||
- JAVA_OPTS=-Xmx512m
|
||||
restart: always
|
||||
Reference in New Issue
Block a user