chore(deps): update wisdomsky/cloudflared-web docker tag to v2023.10.0 (#1523)
This commit is contained in:
parent
fe01b7909a
commit
30f32bd045
|
@ -5,13 +5,18 @@
|
|||
"available": true,
|
||||
"exposable": false,
|
||||
"id": "cloudflared",
|
||||
"tipi_version": 1,
|
||||
"version": "2023.8.2",
|
||||
"categories": ["utilities"],
|
||||
"tipi_version": 2,
|
||||
"version": "2023.10.0",
|
||||
"categories": [
|
||||
"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.",
|
||||
"short_desc": "Cloudflare Tunnels in a Web UI",
|
||||
"author": "WisdomSky",
|
||||
"source": "https://github.com/WisdomSky/Cloudflared-web",
|
||||
"form_fields": [],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.9"
|
|||
|
||||
services:
|
||||
cloudflared:
|
||||
image: wisdomsky/cloudflared-web:2023.8.2
|
||||
image: wisdomsky/cloudflared-web:2023.10.0
|
||||
container_name: cloudflared
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
|
|
Loading…
Reference in New Issue
Block a user