Skip to content

Commit b02443c

Browse files
authored
docs: missing -wait
typo found by @thejck
1 parent b22b6ef commit b02443c

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 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
78+
command: -notify-sighup nginx-proxy -watch -wait 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)