diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..e0006fa --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: HugoDF diff --git a/README.md b/README.md index caefe39..2fb9570 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Then either navigate to https://foo.test or `curl https://foo.test`. > Note: the nginx/Caddy examples needs to be stopped before starting this Caddy example -## Caddy example with docker-gen +## Caddy Example with docker-gen > Caddy is the HTTP/2 web server with automatic HTTPS. > @@ -48,7 +48,7 @@ This image leverages [Docker-gen](https://github.com/jwilder/docker-gen) to "Gen Which allows us to build the configuration for the reverse proxy using labels on the target container (without a Caddyfile, that's the file generated from the labels). -See [./caddy-gen](./caddy-gen), uses [https://github.com/abiosoft/caddy-docker](https://github.com/wemake-services/caddy-gen) Docker image. +See [./caddy-gen](./caddy-gen), uses [https://github.com/wemake-services/caddy-gen](https://github.com/wemake-services/caddy-gen) Docker image. ```sh cd caddy-gen @@ -68,6 +68,8 @@ Then either navigate to https://foo.test or `curl https://foo.test`. See [./nginx](./nginx), uses [https://github.com/jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy) Docker image. +This image leverages [Docker-gen](https://github.com/jwilder/docker-gen) to "Generate files from docker container meta-data". + ```sh cd nginx docker-compose up