Update app.json

This commit is contained in:
Apoorv Vyavahare 2021-06-09 19:12:57 +05:30 committed by GitHub
parent 01226d9701
commit 404c74efd5
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
"keywords": ["docker","ubuntu", "vscode", "novnc", "firefox", "brave", "fluxbox", "linux", "remote"],
"stack": "container",
"env": {
"VNC_PASS": {
"description": "VNC Server Password.",
"PASSWORD": {
"description": "VNC Server Password, w/o spaces",
"required" : true
},
"VNC_TITLE" : {
"description": "VNC Session Title, without spaces",
"description": "VNC Session Title, w/o spaces",
"value" : "Ubuntu_Desktop",
"required" : true
} ,