1
0
Fork 0

Merge pull request #967 from langfingaz/patch-1

add 5s:30s to -wait
This commit is contained in:
Nicolas Duchon 2023-12-10 18:58:04 +01:00 committed by GitHub
commit 2161ae5c4e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

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