mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-22 20:42:04 +01:00
docs: missing -wait
typo found by @thejck
This commit is contained in:
parent
b22b6ef760
commit
b02443c86e
@ -75,7 +75,7 @@ services:
|
||||
docker-gen:
|
||||
image: nginxproxy/docker-gen
|
||||
container_name: nginx-proxy-gen
|
||||
command: -notify-sighup nginx-proxy -watch 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
|
||||
command: -notify-sighup nginx-proxy -watch -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
|
||||
volumes_from:
|
||||
- nginx-proxy
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user