Fix name of default env var.

This commit is contained in:
Buster Neece 2023-01-05 20:28:58 -06:00
parent 878b5125f5
commit 4ceb167f5e
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="true"
ENABLE_WEB_UPDATER="true"
# Entrypoint and default command
ENTRYPOINT ["tini", "--", "/usr/local/bin/my_init"]