mirror of
https://github.com/trycua/computer.git
synced 2026-01-07 14:00:04 -06:00
removed DISPLAY=:0 env
This commit is contained in:
@@ -286,7 +286,7 @@ class DockerProvider(BaseVMProvider):
|
||||
|
||||
# Add environment variables
|
||||
cmd.extend(["-e", "VNC_PW=password"]) # Set VNC password
|
||||
cmd.extend(["-e", "DISPLAY=:0"])
|
||||
cmd.extend(["-e", "VNCOPTIONS=-disableBasicAuth"]) # Disable VNC basic auth
|
||||
|
||||
# Add the image
|
||||
cmd.append(docker_image)
|
||||
|
||||
Reference in New Issue
Block a user