Do not expose port by default
This commit is contained in:
parent
653d3ebc0a
commit
ad131c0fa4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ ingress_port: 5000
|
|||
ingress_entry: /
|
||||
panel_admin: false
|
||||
ports:
|
||||
5000/tcp: 5000
|
||||
5000/tcp: null
|
||||
ports_description:
|
||||
5000/tcp: Web interface (Not required for Hass.io Ingress)
|
||||
host_network: false
|
||||
|
|
Loading…
Reference in a new issue