File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ Example using a custom report template that always sends a session report after
110110 docker run -d \
111111 --name watchtower \
112112 -v /var/run/docker.sock:/var/run/docker.sock \
113- -e WATCHTOWER_NOTIFICATION_REPORT="true"
113+ -e WATCHTOWER_NOTIFICATION_REPORT="true" \
114114 -e WATCHTOWER_NOTIFICATION_URL="discord://token@channel slack://watchtower@token-a/token-b/token-c" \
115115 -e WATCHTOWER_NOTIFICATION_TEMPLATE="
116116 {{- if .Report -}}
@@ -130,7 +130,7 @@ Example using a custom report template that always sends a session report after
130130 {{- end -}}
131131 {{- end -}}
132132 {{- else -}}
133- {{range .Entries -}}{{.Message}}{{"\n"}}{{- end -}}
133+ {{range .Entries -}}{{.Message}}{{\ "\n\ "}}{{- end -}}
134134 {{- end -}}
135135 " \
136136 containrrr/watchtower
You can’t perform that action at this time.
0 commit comments