mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
Add mapping option for port 443
This allows port 443 of the Grocy container to be accessed externally
This commit is contained in:
parent
ad5c93a0e2
commit
efc3449d49
1 changed files with 2 additions and 0 deletions
|
@ -17,8 +17,10 @@ map:
|
||||||
- ssl
|
- ssl
|
||||||
ports:
|
ports:
|
||||||
80/tcp: null
|
80/tcp: null
|
||||||
|
443/tcp: null
|
||||||
ports_description:
|
ports_description:
|
||||||
80/tcp: Web interface (Not required for Ingress)
|
80/tcp: Web interface (Not required for Ingress)
|
||||||
|
443/tcp: HTTPS Web interface (Not required for Ingress)
|
||||||
options:
|
options:
|
||||||
culture: en
|
culture: en
|
||||||
currency: USD
|
currency: USD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue