Skip to content

Commit

Permalink
Disable internal updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmocuz committed Apr 17, 2021
1 parent f3a6284 commit d638df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

CMD_ARGS="-www $WWW_PORT"
CMD_ARGS="$CMD_ARGS -sslwww $SSL_PORT -userdata /opt/domoticz/userdata"
CMD_ARGS="$CMD_ARGS -noupdates -sslwww $SSL_PORT -userdata /opt/domoticz/userdata"

if [ -n "$LOG_PATH" ]; then
CMD_ARGS="$CMD_ARGS -log $LOG_PATH"
Expand Down

0 comments on commit d638df6

Please sign in to comment.