Skip to content

Commit

Permalink
Disable automatic updates in Docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwichmann committed May 4, 2023
1 parent 007604d commit 7966152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7966152

Please sign in to comment.