1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-11-29 22:38:35 +02:00

selenium: change screen to small size

This commit is contained in:
kev
2016-11-30 21:18:00 +08:00
parent 392f947d08
commit 1aefbad7f6
3 changed files with 13 additions and 1 deletions

View File

@@ -5,4 +5,7 @@ firefox:
- "5900:5900"
environment:
- JAVA_OPTS=-Xmx512m
- SCREEN_WIDTH=1024
- SCREEN_HEIGHT=768
- SCREEN_DEPTH=16
restart: always