Fix default value of web updater in Dockerfile.

This commit is contained in:
Buster Neece 2023-01-05 20:06:45 -06:00
parent b34b00fcd8
commit 878b5125f5
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ ENV LANG="en_US.UTF-8" \
PROFILING_EXTENSION_ALWAYS_ON=0 \
PROFILING_EXTENSION_HTTP_KEY=dev \
PROFILING_EXTENSION_HTTP_IP_WHITELIST=* \
ENABLE_AUTO_UPDATER="false"
ENABLE_AUTO_UPDATER="true"
# Entrypoint and default command
ENTRYPOINT ["tini", "--", "/usr/local/bin/my_init"]