File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ dozzle :
2
+ container_name : dozzle
3
+ image : amir20/dozzle:latest
4
+ restart : unless-stopped
5
+ network_mode : host
6
+ ports :
7
+ - 8888:8080
8
+ volumes :
9
+ - /var/run/docker.sock:/var/run/docker.sock
Original file line number Diff line number Diff line change 1
1
persistence true
2
2
persistence_location /mosquitto/data/
3
- log_dest file /mosquitto/log/mosquitto.log
3
+ #log_dest file /mosquitto/log/mosquitto.log
4
+ # To avoid flash wearing
5
+ log_dest stdout
4
6
5
7
#Uncomment to enable passwords
6
8
#password_file /mosquitto/config/pwfile
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ declare -A cont_array=(
32
32
[homebridge]=" Homebridge"
33
33
[python]=" Python 3"
34
34
[gitea]=" Gitea"
35
+ [dozzle]=" Dozzle"
35
36
)
36
37
37
38
declare -a armhf_keys=(
@@ -62,6 +63,7 @@ declare -a armhf_keys=(
62
63
" homebridge"
63
64
" python"
64
65
" gitea"
66
+ " dozzle"
65
67
# add yours here
66
68
)
67
69
sys_arch=$( uname -m)
You can’t perform that action at this time.
0 commit comments