Skip to content

Commit 41e41bf

Browse files
Chore: update version
1 parent ed449f8 commit 41e41bf

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Run network speed tests easily from **any device** — macOS, Linux, Windows, or even Android phones (via Termux).
55

66
---
7-
## Updates on v1.4.0.0
7+
## Updates on v1.4.0.1
88
- Performance fixes (cpu utilization reduced)
99

1010
## ✨ Features
@@ -62,22 +62,22 @@ By default, the app will be available at:
6262
#### 1. Option A: Build and run the Docker image
6363

6464
```bash
65-
docker build -f Containerfile -t iperf3-webui:v1.4.0.0
66-
docker run -it -p 5000:5000 -v ./env.yaml:/app/env.yaml iperf3-webui:v1.4.0.0
65+
docker build -f Containerfile -t iperf3-webui:v1.4.0.1
66+
docker run -it -p 5000:5000 -v ./env.yaml:/app/env.yaml iperf3-webui:v1.4.0.1
6767

6868
```
6969
#### 2. Option B: Pull pre-built image from GitHub Container Registry
7070

7171
```bash
72-
docker pull ghcr.io/maddydev-glitch/iperf3-webui:v1.4.0.0
72+
docker pull ghcr.io/maddydev-glitch/iperf3-webui:v1.4.0.1
7373
```
7474
📦 This pulls the latest pre-built image from:
7575
https://github.com/MaddyDev-glitch/iperf3-webui/pkgs/container/iperf3-webui
7676

7777
🎨 Customize the Theme Using env.yaml
7878
If you want to apply custom themes or settings, mount the env.yaml file into the container:
7979
```bash
80-
docker run -it -p 5000:5000 -v ./env.yaml:/app/env.yaml ghcr.io/maddydev-glitch/iperf3-webui:v1.4.0.0
80+
docker run -it -p 5000:5000 -v ./env.yaml:/app/env.yaml ghcr.io/maddydev-glitch/iperf3-webui:v1.4.0.1
8181
```
8282

8383
Now access the Web UI at 👉 http://localhost:5000 from your browser.

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<div class="title-wrapper">
7070
<div class="title">
7171
<h1>iPerf3 <span class="gradient-text">Speed Test</span></h1>
72-
<span class="version-badge">v1.4.0.0</span>
72+
<span class="version-badge">v1.4.0.1</span>
7373
</div>
7474
<p id="iperf_version" class="subtitle">Loading version...</p>
7575
</div>

0 commit comments

Comments
 (0)