mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-24 20:45:57 +00:00
Merge pull request #39 from tylerpace/caddy_docker_proxy
Update caddy docker-compose example
commit
9dfd68960a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue