port 8080

This commit is contained in:
Alexandre
2021-12-27 17:10:14 +01:00
parent d948784dc9
commit eb20f38a06

View File

@@ -15,10 +15,10 @@
"CONFIG_LOCATION": "/config/addons_config/fireflyiii/config.yaml" "CONFIG_LOCATION": "/config/addons_config/fireflyiii/config.yaml"
}, },
"ports": { "ports": {
"80/tcp": 3473 "8080/tcp": 3473
}, },
"ports_description": { "ports_description": {
"80/tcp": "web interface" "8080/tcp": "web interface"
}, },
"schema": { "schema": {
"CONFIG_LOCATION": "str", "CONFIG_LOCATION": "str",
@@ -35,5 +35,5 @@
"upstream": "1.1", "upstream": "1.1",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.1", "version": "1.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }