From 6dd70c82bcbbf9a91141589c94cfb2a56d2912be Mon Sep 17 00:00:00 2001 From: d-two <32079446+d-two@users.noreply.github.com> Date: Sat, 21 Nov 2020 22:04:45 +0100 Subject: [PATCH] Update config.json --- guacamole/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guacamole/config.json b/guacamole/config.json index 1ec19ab..d24c089 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -1,6 +1,6 @@ { "name": "Guacamole", - "version": "1.2.0", + "version": "latest", "slug": "haguacamole", "description": "Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.", "arch": [ @@ -20,11 +20,11 @@ "options": {}, "ports": { "8080/tcp": null, - "5432/tcp": null + "5432/tcp": null }, "ports_description": { "8080/tcp": "Web interface (Not required for Home Assistant Ingress)", - "5432/tcp": "postgresql" + "5432/tcp": "postgresql" }, "schema": { "certfile": "str?",