Skip to content

Commit 249e7e9

Browse files
committed
Fix dockerfile
1 parent 78006db commit 249e7e9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt update -y && \
1010

1111
RUN wget https://install.speedtest.net/ooklaserver/ooklaserver.sh && \
1212
chmod a+x ooklaserver.sh && \
13-
./ooklaserver.sh install
13+
./ooklaserver.sh install \
1414
mv OoklaServer.properties.default OoklaServer.properties
1515

1616
CMD ["./OoklaServer --deamon"]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This is the Ookla Speedtest Server in docker, without demon.
44

55
Before starting, read this documentation from Ookla [support.ookla.com](https://support.ookla.com/hc/en-us/articles/234578568-How-To-Install-Submit-Server)
66

7+
[Speedtest Server Release Notes](https://support.ookla.com/hc/en-us/articles/234578608-Speedtest-Server-Release-Notes)
8+
Last version check: 2.11.0 (7-2024)
9+
10+
711
[**Docker Hub: TheBrones**/docker-ookla-speedtest-server](https://hub.docker.com/r/TheBrones/ookla-speedtest-server)
812

913
Example docker-compose:

0 commit comments

Comments
 (0)