Skip to content

Commit c0475f0

Browse files
Update README
1 parent 616eefa commit c0475f0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)