diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index ba2948c6b..fd000bcea 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -5,6 +5,9 @@ FROM ${BUILD_FROM}${BUILD_VERSION} # Copy root filesystem COPY rootfs / +VOLUME [ "/data" ] +VOLUME [ "/share" ] + # Add bashio RUN apk add --no-cache \ curl \ @@ -35,6 +38,3 @@ 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" ] -VOLUME [ "/share" ]