Make profiling default in Docker match default in env files.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-08-19 17:47:56 -05:00
parent 2cc4d131b9
commit fae4da36b3
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ ENV LANG="en_US.UTF-8" \
PROFILING_EXTENSION_ENABLED=0 \
PROFILING_EXTENSION_ALWAYS_ON=0 \
PROFILING_EXTENSION_HTTP_KEY=dev \
PROFILING_EXTENSION_HTTP_IP_WHITELIST=127.0.0.1
PROFILING_EXTENSION_HTTP_IP_WHITELIST=*
# Entrypoint and default command
ENTRYPOINT ["/usr/local/bin/uptime_wait"]