File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,18 @@ mount.
275275
276276# Changelog
277277
278+ # ## 0.14
279+ - Made so that the container now exits gracefully and reports the correct exit code.
280+ - More details can be found in the commit message :
281+ 43dde6ec24f399fe49729b28ba4892665e3d7078
282+ - Bash script now correctly monitors **both** the Nginx and the certbot renewal
283+ process PIDs.
284+ - If either one of these processes dies, the container will exit with the same
285+ exit code as that process.
286+ - This will also trigger a graceful exit for the rest of the processes.
287+ - Removed unnecessary and empty `ENTRYPOINT` from Dockerfile.
288+ - A lot of refactoring of the code, cosmetic changes and editing of comments.
289+
278290# ## 0.13
279291- Fixed the regex used in all of the `sed` commands.
280292 - Now makes sure that the proper amount of spaces are present in the right
You can’t perform that action at this time.
0 commit comments