From c8129911b337ef428340afdee33854fcef144535 Mon Sep 17 00:00:00 2001 From: acaranta Date: Tue, 20 Apr 2021 10:06:14 +0200 Subject: [PATCH] Added mention of certificate directory inotify --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de23596..4c2e4b6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # LB Docker : HaProxy on inotify This project is a Load Balancer for your docker containers using HaProxy. -It uses an inotify loop to watch over it's configuration file and reload itself whenever it changes. +It uses an inotify loop to watch over it's configuration file and reload itself whenever it changes. This container will also check the /hacfg/certs directory for changes (usefull when using certbot like auto updating certificates) ## docker-compose usage : ```