1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/selenium/docker-compose.yml

9 lines
155 B
YAML
Raw Normal View History

2015-09-22 16:35:28 +00:00
firefox:
2016-02-04 02:12:14 +00:00
image: selenium/standalone-firefox-debug
2015-09-22 16:35:28 +00:00
ports:
- "4444:4444"
2016-02-04 02:12:14 +00:00
- "5900:5900"
2015-09-22 16:35:28 +00:00
environment:
- JAVA_OPTS=-Xmx512m
restart: always