1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/selenium/docker-compose.yml

12 lines
225 B
YAML

firefox:
image: selenium/standalone-firefox-debug
ports:
- "4444:4444"
- "5900:5900"
environment:
- JAVA_OPTS=-Xmx512m
- SCREEN_WIDTH=1024
- SCREEN_HEIGHT=768
- SCREEN_DEPTH=16
restart: always