Skip to content

Commit 7737bf8

Browse files
committed
disable debug by default; fixes #9
1 parent 686e8ae commit 7737bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ENV AUTH_REGISTRIES="some.authenticated.registry:oneuser:onepassword another.reg
4646
# Should we verify upstream's certificates? Default to true.
4747
ENV VERIFY_SSL="true"
4848
# Enable debugging mode; this inserts mitmproxy/mitmweb between the CONNECT proxy and the caching layer
49-
ENV DEBUG="true"
49+
ENV DEBUG="false"
5050
# Enable nginx debugging mode; this uses nginx-debug binary and enabled debug logging, which is VERY verbose so separate setting
5151
ENV DEBUG_NGINX="false"
5252

0 commit comments

Comments
 (0)