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!
parent
3c943bca5a
commit
fa21c5ad0e
|
@ -119,7 +119,7 @@ services:
|
||||||
- /srv/uptime:/app/data
|
- /srv/uptime:/app/data
|
||||||
labels:
|
labels:
|
||||||
caddy: status.example.org
|
caddy: status.example.org
|
||||||
caddy.reverse_proxy: "* {{ '{{upstreams 3001}}'}}"
|
caddy.reverse_proxy: "* {{upstreams 3001}}"
|
||||||
caddy:
|
caddy:
|
||||||
image: "lucaslorentz/caddy-docker-proxy:ci-alpine"
|
image: "lucaslorentz/caddy-docker-proxy:ci-alpine"
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue