Skip to content

Commit

Permalink
chore(deps): update wisdomsky/cloudflared-web docker tag to v2024.12.2 (
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent 51f681a commit 7244044
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/cloudflared/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": false,
"dynamic_config": true,
"id": "cloudflared",
"tipi_version": 22,
"version": "2024.12.1",
"tipi_version": 23,
"version": "2024.12.2",
"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",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733956057000
"updated_at": 1735089191000
}
2 changes: 1 addition & 1 deletion apps/cloudflared/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "cloudflared",
"image": "wisdomsky/cloudflared-web:2024.12.1",
"image": "wisdomsky/cloudflared-web:2024.12.2",
"isMain": true,
"internalPort": 14333,
"networkMode": "host",
Expand Down
2 changes: 1 addition & 1 deletion apps/cloudflared/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
cloudflared:
image: wisdomsky/cloudflared-web:2024.12.1
image: wisdomsky/cloudflared-web:2024.12.2
container_name: cloudflared
restart: unless-stopped
network_mode: host
Expand Down

0 comments on commit 7244044

Please sign in to comment.