mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
12 lines
225 B
YAML
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
|