Trying to use prebuild image for tt-rss

This commit is contained in:
2022-03-30 16:00:14 +03:00
parent 1d90371afe
commit a6f0a56c33
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "tt-rss", "name": "tt-rss",
"version": "0.10.4", "version": "22.03-585f37e41",
"slug": "ttrss", "slug": "ttrss",
"description": "Tiny-rss add-on based on the prebuilt docker image from lunik1", "description": "Tiny-rss add-on based on the prebuilt docker image from lunik1",
"url": "https://github.com/lbouriez/hassio-addons", "url": "https://github.com/lbouriez/hassio-addons",
@@ -11,7 +11,7 @@
"amd64", "amd64",
"armv7" "armv7"
], ],
"image": "ghcr.io/lbouriez/addon-tt-rss/{arch}", "image": "cthulhoo/ttrss-web-nginx",
"ports": { "ports": {
"80/tcp": 32790 "80/tcp": 32790
}, },