change SCREEN_DEPTH to 24+32 in noVNC(xvfb) settings

This commit is contained in:
Felix Weber 2019-01-31 14:11:01 +01:00
parent 893abf99e4
commit 54811c0c81

View file

@ -135,7 +135,7 @@ ENV DISPLAY=:0 \
SCREEN=0 \
SCREEN_WIDTH=1600 \
SCREEN_HEIGHT=900 \
SCREEN_DEPTH=16 \
SCREEN_DEPTH=24+32 \
LOCAL_PORT=5900 \
TARGET_PORT=6080 \
TIMEOUT=1 \