chore(deps): update wisdomsky/cloudflared-web docker tag to v2024.5.0 (#3581)
This commit is contained in:
parent
371ade6ba0
commit
42c484102c
|
@ -5,18 +5,13 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": false,
|
"exposable": false,
|
||||||
"id": "cloudflared",
|
"id": "cloudflared",
|
||||||
"tipi_version": 10,
|
"tipi_version": 11,
|
||||||
"version": "2024.4.1",
|
"version": "2024.5.0",
|
||||||
"categories": [
|
"categories": ["utilities"],
|
||||||
"utilities"
|
|
||||||
],
|
|
||||||
"description": "Cloudflared-web is a docker image that packages both cloudflared cli and a no-frills Web UI for easy starting/stopping of cloudflare tunnel.",
|
"description": "Cloudflared-web is a docker image that packages both cloudflared cli and a no-frills Web UI for easy starting/stopping of cloudflare tunnel.",
|
||||||
"short_desc": "Cloudflare Tunnels in a Web UI",
|
"short_desc": "Cloudflare Tunnels in a Web UI",
|
||||||
"author": "WisdomSky",
|
"author": "WisdomSky",
|
||||||
"source": "https://github.com/WisdomSky/Cloudflared-web",
|
"source": "https://github.com/WisdomSky/Cloudflared-web",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.9"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
cloudflared:
|
cloudflared:
|
||||||
image: wisdomsky/cloudflared-web:2024.4.1
|
image: wisdomsky/cloudflared-web:2024.5.0
|
||||||
container_name: cloudflared
|
container_name: cloudflared
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|
Loading…
Reference in New Issue
Block a user