From bb39d28a3eea15361be1f5f74d736381201399a6 Mon Sep 17 00:00:00 2001 From: langfingaz Date: Wed, 28 Sep 2022 09:41:53 +0000 Subject: [PATCH] add 5s:30s to -wait In the [Advanced Usage doc](https://github.com/nginx-proxy/acme-companion/blob/main/docs/Advanced-usage.md#step-2---docker-gen), the there is `5s:30s` specified after `-wait`. In this doc it was missing. For completeness I have added it here. --- docs/Docker-Compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Docker-Compose.md b/docs/Docker-Compose.md index a988cdf..183ba3a 100644 --- a/docs/Docker-Compose.md +++ b/docs/Docker-Compose.md @@ -75,7 +75,7 @@ services: docker-gen: image: nginxproxy/docker-gen container_name: nginx-proxy-gen - command: -notify-sighup nginx-proxy -watch /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf + command: -notify-sighup nginx-proxy -watch 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf volumes_from: - nginx-proxy volumes: