This commit is contained in:
Alexandre
2022-07-21 15:00:44 +02:00
parent a08d9788c5
commit 19edaae029

View File

@@ -12,12 +12,13 @@
], ],
"name": "Epic Games Free", "name": "Epic Games Free",
"ports": { "ports": {
"3000/tcp": null "3000/tcp": 3001
}, },
"ports_description": { "ports_description": {
"3000/tcp": "web interface" "3000/tcp": "web interface"
}, },
"slug": "epicgamesfree", "slug": "epicgamesfree",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.1.0" "version": "4.1.0",
"webui": "http://[HOST]:[PORT:3000]"
} }