We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d365be commit 8608372Copy full SHA for 8608372
1 file changed
apps/dozzle/.env.example
@@ -1 +1,14 @@
1
+# enable remote agents - list of names or IP addresses and ports
2
#DOZZLE_REMOTE_AGENT=agent1:7007,agent2:7007
3
+
4
+# enable start, stop and restart
5
+DOZZLE_ACTIONS=false
6
7
+# enable container shell access
8
+DOZZLE_ENABLE_SHELL=false
9
10
+# Disable sending analytics to Dozzle folks
11
+DOZZLE_NO_ANALYTICS=true
12
13
+# Timezone
14
+TZ=America/Los_Angeles
0 commit comments