diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index e0fc295f2..f9f4815f4 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -32,4 +32,4 @@ RUN \ # && grep -rl /etc/services.d/* -e '/config' | xargs sed -i 's=/config=/data=g' \ && grep -rl /defaults/* -e '/config' | xargs sed -i 's=/config=/data=g' -VOLUME [ "/data:/config" ] +VOLUME [ "/data" ]