Skip to content

Commit b60fa39

Browse files
FEAT: v1.3.0.2
bug fixes
1 parent 205f082 commit b60fa39

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.3.0.1
7+
## Updates on v1.3.0.2
88
- NEW FEATURE: Public Iperf3 server list integrated from (https://github.com/R0GGER/public-iperf3-servers)
99
- code refactor (state.js to keep easy track of variable state)
1010

@@ -63,22 +63,22 @@ By default, the app will be available at:
6363
#### 1. Option A: Build and run the Docker image
6464

6565
```bash
66-
docker build -f Containerfile -t iperf3-webui:v1.3.0.1
67-
docker run -it -p 5000:5000 -v ./env.yaml:/app/env.yaml iperf3-webui:v1.3.0.1
66+
docker build -f Containerfile -t iperf3-webui:v1.3.0.2
67+
docker run -it -p 5000:5000 -v ./env.yaml:/app/env.yaml iperf3-webui:v1.3.0.2
6868

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

7272
```bash
73-
docker pull ghcr.io/maddydev-glitch/iperf3-webui:v1.3.0.1
73+
docker pull ghcr.io/maddydev-glitch/iperf3-webui:v1.3.0.2
7474
```
7575
📦 This pulls the latest pre-built image from:
7676
https://github.com/MaddyDev-glitch/iperf3-webui/pkgs/container/iperf3-webui
7777

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

8484
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
@@ -68,7 +68,7 @@
6868
<div class="title">
6969
<h1>Iperf3 GUI</h1>
7070
<div style="width: 10px;"></div>
71-
<h3> v1.3.0.1</h3>
71+
<h3> v1.3.0.2</h3>
7272

7373
</div>
7474

0 commit comments

Comments
 (0)