Added options to specify a static file server, I found it useful when I didn't want to set up a separate container for a static file server on the same host I was using caddy-gen. So I added some options to take advantage of Caddy's existing static file_server capabilities. Let me know if you find this useful, I realize it's not super configurable because you can't add cache control headers and other things.
For explanation of options, see edits to README, and for example usage, see edits to docker-compose.yml
Added options to specify a static file server, I found it useful when I didn't want to set up a separate container for a static file server on the same host I was using caddy-gen. So I added some options to take advantage of Caddy's existing static file_server capabilities. Let me know if you find this useful, I realize it's not super configurable because you can't add cache control headers and other things.
For explanation of options, see edits to README, and for example usage, see edits to docker-compose.yml