diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index 8e0098fad..fc9b86652 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -33,4 +33,4 @@ RUN \ # && sed -i 's/bash/bashio/g' /etc/services.d/web/run \ # && sed -i -e '$a bashio::net.wait_for 8080 && bash -c "scrutiny-collector-metrics run"' /etc/services.d/web/run -VOLUME [ "/data:/config" ] +VOLUME [ "/data" ]