Skip to content

Commit 2161ae5

Browse files
authored
Merge pull request #967 from langfingaz/patch-1
add 5s:30s to -wait
2 parents 97b25e7 + bb39d28 commit 2161ae5

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)