Skip to content

Commit dc7188a

Browse files
CHORE: version update
1 parent 6d8981b commit dc7188a

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.3
7+
## Updates on v1.3.0.4
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.3
67-
docker run -it -p 5000:5000 -v ./env.yaml:/app/env.yaml iperf3-webui:v1.3.0.3
66+
docker build -f Containerfile -t iperf3-webui:v1.3.0.4
67+
docker run -it -p 5000:5000 -v ./env.yaml:/app/env.yaml iperf3-webui:v1.3.0.4
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.3
73+
docker pull ghcr.io/maddydev-glitch/iperf3-webui:v1.3.0.4
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.3
81+
docker run -it -p 5000:5000 -v ./env.yaml:/app/env.yaml ghcr.io/maddydev-glitch/iperf3-webui:v1.3.0.4
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
@@ -69,7 +69,7 @@
6969
<div class="title">
7070
<h1>Iperf3 GUI</h1>
7171
<div style="width: 10px;"></div>
72-
<h3> v1.3.0.3</h3>
72+
<h3> v1.3.0.4</h3>
7373

7474
</div>
7575

0 commit comments

Comments
 (0)