Update config.json

This commit is contained in:
Alexandre
2021-05-12 16:00:09 +02:00
committed by GitHub
parent 0a313572b5
commit 00377491a9

View File

@@ -17,11 +17,11 @@
], ],
"ports": { "ports": {
"49152/tcp": null, "49152/tcp": null,
"8081/tcp": null "8081/tcp": 8091
}, },
"ports_description": { "ports_description": {
"49152/tcp": "torrent port (not required)", "49152/tcp": "torrent port (not required)",
"8081/tcp": "Web UI port (not required for Ingress)" "8081/tcp": "Web UI port"
}, },
"webui": "http://[HOST]:[PORT:8081]/joal/ui", "webui": "http://[HOST]:[PORT:8081]/joal/ui",
"boot": "auto", "boot": "auto",