An open API service indexing awesome lists of open source software.

https://github.com/jakewmeyer/caddy-docker

Custom docker image for caddy web server
https://github.com/jakewmeyer/caddy-docker

Last synced: 5 months ago
JSON representation

Custom docker image for caddy web server

Awesome Lists containing this project

README

          

# caddy-docker

Custom docker image for [caddy web server](https://caddyserver.com/)

## Plugins included

```text
https://github.com/caddy-dns/cloudflare
https://github.com/mholt/caddy-ratelimit
```

## How to build

```text
docker build --no-cache --pull -t jakewmeyer/caddy-docker:2.6.2 .
docker push jakewmeyer/caddy-docker:2.6.2
```