You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
497 B

##
## docker-gen.cfg -- docker-gen(8) configuration
##
[[config]]
template = "@l_prefix@/etc/docker-gen/nginx.tmpl"
dest = "@l_prefix@/etc/nginx/nginx.conf"
notifycmd = "@l_prefix@/bin/openpkg rc nginx reload"
onlyexposed = true
watch = true
wait = "500ms:2s"
[[config]]
template = "@l_prefix@/etc/docker-gen/index.tmpl"
dest = "@l_prefix@/share/nginx/html/index.html"
notifycmd = "/bin/true"
onlyexposed = true
watch = true
wait = "500ms:2s"