mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2026-08-05 16:12:41 +02:00
fix: set default color depth to 24 (fix #130)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec /usr/bin/Xvfb :1 -screen 0 1024x768x16
|
||||
exec /usr/bin/Xvfb :1 -screen 0 1024x768x24
|
||||
|
||||
Reference in New Issue
Block a user