Skip to content

Commit 8608372

Browse files
committed
more Dozzle configuration
1 parent 2d365be commit 8608372

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

apps/dozzle/.env.example

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
# enable remote agents - list of names or IP addresses and ports
12
#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

Comments
 (0)