From 40799dbe6595f9e15ff589568f7bdd1a9ec70d40 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Feb 2021 14:04:24 +0100 Subject: [PATCH] Update Dockerfile --- ubooquity/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index 1af70f0c7..178064e16 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -5,9 +5,6 @@ FROM ${BUILD_FROM}${BUILD_VERSION} # Copy root filesystem COPY rootfs / -VOLUME [ "/data" ] -VOLUME [ "/share" ] - # Add bashio RUN apk add --no-cache \ curl \ @@ -38,3 +35,5 @@ RUN apk add --no-cache \ # Allow maximum memory setting && sed -i 's|bash|bashio|g' /etc/services.d/ubooquity/run \ && sed -i 's|{MAXMEM:-512}|(bashio::config "maxmem")|g' /etc/services.d/ubooquity/run + +VOLUME [ "/data" ]