1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-27 02:09:06 +02:00
dockerfiles/selenium/docker-compose.yml
2016-02-04 14:42:03 +08:00

9 lines
155 B
YAML

firefox:
image: selenium/standalone-firefox-debug
ports:
- "4444:4444"
- "5900:5900"
environment:
- JAVA_OPTS=-Xmx512m
restart: always