Skip to content

Commit bb39d28

Browse files
authored
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.
1 parent b9627aa commit bb39d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Docker-Compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ services:
7575
docker-gen:
7676
image: nginxproxy/docker-gen
7777
container_name: nginx-proxy-gen
78-
command: -notify-sighup nginx-proxy -watch /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
78+
command: -notify-sighup nginx-proxy -watch 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
7979
volumes_from:
8080
- nginx-proxy
8181
volumes:

0 commit comments

Comments
 (0)