diff --git a/Dockerfile b/Dockerfile index a57abac..035c162 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ RUN apk --no-cache add ca-certificates tzdata && update-ca-certificates COPY kelvin /opt/kelvin/ COPY gui /opt/kelvin/gui -ENTRYPOINT /opt/kelvin/kelvin -enableWebInterface -configuration=/etc/opt/kelvin/config.json 2>&1 | tee /var/log/kelvin.log +ENTRYPOINT /opt/kelvin/kelvin -enableUpdates=false -enableWebInterface=true -configuration=/etc/opt/kelvin/config.json 2>&1 | tee /var/log/kelvin.log