From 5eeb893960d2f3d9922ce6cce79c8087fb4858c7 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 11 Sep 2023 17:42:01 -0500 Subject: [PATCH] update draft --- content/posts/easy-push-notifications-with-ntfy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/easy-push-notifications-with-ntfy/index.md b/content/posts/easy-push-notifications-with-ntfy/index.md index 32e9eb3..d82ea04 100644 --- a/content/posts/easy-push-notifications-with-ntfy/index.md +++ b/content/posts/easy-push-notifications-with-ntfy/index.md @@ -58,7 +58,7 @@ services: restart: unless-stopped ``` -This config will create/mount folders in the working directory to store the ntfy cache and config +This config will create/mount folders in the working directory to store the ntfy cache and config. It also maps `localhost:8080` to port `80` on the container, and enables a simple healthcheck against the ntfy health API endpoint. This will ensure that the service stays healthy. I can go ahead and bring it up: