diff --git a/xteve/Dockerfile b/xteve/Dockerfile index e81167749..9cc0c3d7f 100644 --- a/xteve/Dockerfile +++ b/xteve/Dockerfile @@ -3,11 +3,7 @@ ARG BUILD_VERSION ARG BUILD_UPSTREAM="3.1.133" FROM tnwhitwell/xteve:latest -VOLUME [ "/config" ] - -RUN mkdir -p "/config/xteve" - -CMD [ "-config", "/config/xteve" ] +CMD [ "-config", "/data" ] ### LABELS ARG BUILD_ARCH diff --git a/xteve/config.json b/xteve/config.json index 0729c2495..40241b0df 100644 --- a/xteve/config.json +++ b/xteve/config.json @@ -3,7 +3,7 @@ "version": "2.1.2.0120-alpine3.12.3", "upstream": "2.1.2.0120-alpine3.12.3", "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", "webui": "http://[HOST]:[PORT:34400]", "ports": {