Update config.json
This commit is contained in:
@@ -20,11 +20,13 @@
|
|||||||
"options": {},
|
"options": {},
|
||||||
"ports": {
|
"ports": {
|
||||||
"8080/tcp": null,
|
"8080/tcp": null,
|
||||||
"5432/tcp": null
|
"5432/tcp": null,
|
||||||
|
"4822/tcp": null
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8080/tcp": "Web interface (Not required for Home Assistant Ingress)",
|
"8080/tcp": "Web interface (Not required for Home Assistant Ingress)",
|
||||||
"5432/tcp": "postgresql"
|
"5432/tcp": "postgresql",
|
||||||
|
"4822/tcp": "guacamole-server"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"certfile": "str?",
|
"certfile": "str?",
|
||||||
|
|||||||
Reference in New Issue
Block a user