update draft

This commit is contained in:
John Bowdre 2023-09-11 17:42:01 -05:00
parent 583ff47c37
commit 5eeb893960

View file

@ -58,7 +58,7 @@ services:
restart: unless-stopped 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: I can go ahead and bring it up: