Update to 2.7.2.1375

This commit is contained in:
alexbelgium
2021-06-30 21:14:11 +02:00
parent b18c890c32
commit 5beb7ef427
3 changed files with 34 additions and 33 deletions

View File

@@ -1,2 +1,5 @@
## 2.7.2.1375 (30-06-2021)
- Update to latest version from linuxserver/docker-resilio-sync
- :arrow_up: Initial release - :arrow_up: Initial release

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.7.2.1375-ls90" ARG BUILD_UPSTREAM="2.7.2.1375"
FROM ${BUILD_FROM}${BUILD_UPSTREAM} FROM ${BUILD_FROM}${BUILD_UPSTREAM}
VOLUME [ "/data" ] VOLUME [ "/data" ]

View File

@@ -1,36 +1,34 @@
{ {
"name": "ResilioSync", "name": "ResilioSync",
"version": "2.7.2.1375-ls90", "version": "2.7.2.1375",
"upstream": "2.7.2.1375-ls90", "upstream": "2.7.2.1375",
"slug": "resiliosync", "slug": "resiliosync",
"description": "Self-hosted file share and collaboration platform on the web", "description": "Self-hosted file share and collaboration platform on the web",
"url": "https://github.com/tyjtyj/hassio-addons", "url": "https://github.com/tyjtyj/hassio-addons",
"webui": "http://[HOST]:[PORT:8888]", "webui": "http://[HOST]:[PORT:8888]",
"startup": "services", "startup": "services",
"boot": "auto", "boot": "auto",
"ports": { "ports": {
"8888/tcp": 8888, "8888/tcp": 8888,
"55555/tcp": 55555 "55555/tcp": 55555
}, },
"ports_description": { "ports_description": {
"8888/tcp": "Web interface", "8888/tcp": "Web interface",
"55555/tcp": "Sync Port" "55555/tcp": "Sync Port"
}, },
"map": [ "map": [
"share:rw" "share:rw"
], ],
"environment": { "environment": {
"PUID": "1000", "PUID": "1000",
"GUID": "1000" "GUID": "1000"
}, },
"options": { "options": {},
}, "schema": {},
"schema": { "arch": [
}, "aarch64",
"arch": [ "amd64",
"aarch64", "armhf",
"amd64", "armv7"
"armhf", ]
"armv7"
]
} }