1
0
mirror of synced 2026-03-28 06:09:58 +01:00

Update config.json

This commit is contained in:
d-two
2020-11-24 23:45:53 +01:00
committed by GitHub
parent 8d021eaefd
commit d65521678b

View File

@@ -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?",