From efc3449d49fba65b74addf6fd8d95af89d2f7896 Mon Sep 17 00:00:00 2001 From: George Gebbett Date: Fri, 12 Nov 2021 16:58:13 +0000 Subject: [PATCH] Add mapping option for port 443 This allows port 443 of the Grocy container to be accessed externally --- grocy/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grocy/config.yaml b/grocy/config.yaml index ad2a5c4..d57035a 100644 --- a/grocy/config.yaml +++ b/grocy/config.yaml @@ -17,8 +17,10 @@ map: - ssl ports: 80/tcp: null + 443/tcp: null ports_description: 80/tcp: Web interface (Not required for Ingress) + 443/tcp: HTTPS Web interface (Not required for Ingress) options: culture: en currency: USD