mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-13 21:56:38 +01:00
Update notifications.md (#1565)
- Added \ at EOL - Added `\` to escape `"` near `\n`
This commit is contained in:
parent
ee8f293f47
commit
6ace7bd0dd
1 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ Example using a custom report template that always sends a session report after
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name watchtower \
|
--name watchtower \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
-e WATCHTOWER_NOTIFICATION_REPORT="true"
|
-e WATCHTOWER_NOTIFICATION_REPORT="true" \
|
||||||
-e WATCHTOWER_NOTIFICATION_URL="discord://token@channel slack://watchtower@token-a/token-b/token-c" \
|
-e WATCHTOWER_NOTIFICATION_URL="discord://token@channel slack://watchtower@token-a/token-b/token-c" \
|
||||||
-e WATCHTOWER_NOTIFICATION_TEMPLATE="
|
-e WATCHTOWER_NOTIFICATION_TEMPLATE="
|
||||||
{{- if .Report -}}
|
{{- if .Report -}}
|
||||||
|
|
@ -130,7 +130,7 @@ Example using a custom report template that always sends a session report after
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
{{range .Entries -}}{{.Message}}{{"\n"}}{{- end -}}
|
{{range .Entries -}}{{.Message}}{{\"\n\"}}{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
" \
|
" \
|
||||||
containrrr/watchtower
|
containrrr/watchtower
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue