mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue