This commit is contained in:
Alexandre
2021-07-25 20:07:30 +02:00
parent fb1ecebdf4
commit f6a52a8b50
2 changed files with 2 additions and 6 deletions

View File

@@ -3,11 +3,7 @@ ARG BUILD_VERSION
ARG BUILD_UPSTREAM="3.1.133" ARG BUILD_UPSTREAM="3.1.133"
FROM tnwhitwell/xteve:latest FROM tnwhitwell/xteve:latest
VOLUME [ "/config" ] CMD [ "-config", "/data" ]
RUN mkdir -p "/config/xteve"
CMD [ "-config", "/config/xteve" ]
### LABELS ### LABELS
ARG BUILD_ARCH ARG BUILD_ARCH

View File

@@ -3,7 +3,7 @@
"version": "2.1.2.0120-alpine3.12.3", "version": "2.1.2.0120-alpine3.12.3",
"upstream": "2.1.2.0120-alpine3.12.3", "upstream": "2.1.2.0120-alpine3.12.3",
"slug": "xteve", "slug": "xteve",
"description": "M3U Proxy for Plex DVR and Emby Live TV.", "description": "M3U Proxy for Plex DVR and Emby Live TV",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"webui": "http://[HOST]:[PORT:34400]", "webui": "http://[HOST]:[PORT:34400]",
"ports": { "ports": {