1
0

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.
This commit is contained in:
langfingaz 2022-09-28 09:41:53 +00:00 committed by GitHub
parent b9627aa786
commit bb39d28a3e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -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: