Update caddy docker-compose example

I just setup caddy as a reverse proxy for Kuma using lucaslorentz/caddy-docker-proxy and noticed a typo in your suggested config. Here's a working fix!
Tyler Pace 2023-04-14 18:28:36 -07:00 committed by GitHub
parent 3c943bca5a
commit fa21c5ad0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

@ -119,7 +119,7 @@ services:
- /srv/uptime:/app/data
labels:
caddy: status.example.org
caddy.reverse_proxy: "* {{ '{{upstreams 3001}}'}}"
caddy.reverse_proxy: "* {{upstreams 3001}}"
caddy:
image: "lucaslorentz/caddy-docker-proxy:ci-alpine"
ports: