You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
17
17
18
18
### :bell: Recent changes
19
+
-**v0.3.2**: Added a notify function to wrap a notify-script, currently DSM/Ssmtp + template script.
19
20
-**v0.3.1**: Addded option `-m` , monochrome mode - no printf color codes.
20
21
-**v0.3.0**: Added option `-d N`, age (days) new images have to be before being pulled and updated.
21
22
-**v0.2.6**: regctl check / download logic changed. Now using the scripts directory as primary location.
@@ -74,6 +75,10 @@ Enter number(s) separated by comma, [a] for all - [q] to quit:
74
75
Then it proceedes to run `pull` and `up -d` on every container with updates.
75
76
After the updates are complete, you'll get prompted if you'd like to prune dangling images.
76
77
78
+
### Notifications:
79
+
80
+
A simple email notification function is added, with a generic example and DSM/Ssmtp script by [yoyoma2](https://github.com/yoyoma2). Further addons are welcome, suggestions or PR!
81
+
77
82
### :warning:`-r flag` disclaimer and warning
78
83
**Wont auto-update the containers, only their images. (compose is recommended)**
79
84
`docker run` dont support using new images just by restarting a container.
0 commit comments