mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
fix: set default color depth to 24 (fix #130)
This commit is contained in:
parent
fb28d897fc
commit
d4d3f867d5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
exec /usr/bin/Xvfb :1 -screen 0 1024x768x16
|
exec /usr/bin/Xvfb :1 -screen 0 1024x768x24
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue