Skip to content

Commit e8b7c97

Browse files
committed
Improve documentation and credit the creator, massive thanks!
1 parent c6add90 commit e8b7c97

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
# Ookla Speedtest.net Server for docker
2-
3-
This is the Ookla Speedtest Server in docker, without demon.
1+
# Ookla Speedtest.net Server for Docker
2+
This is the Ookla Speedtest Server in Docker. This fork is a refactor and update to the latest version. [Speedtest Server Release Notes](https://support.ookla.com/hc/en-us/articles/234578608-Speedtest-Server-Release-Notes)
3+
Last version check: 2.11.0 (7-2024)
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)
7+
Credits to the original creator of the Docker image: [Comet1903 / docker-ookla-speedtest-server](https://github.com/Comet1903/docker-ookla-speedtest-server)
8+
9+
## Configuration and Setup
10+
Make sure to disable auto update in your configuration file OoklaServer.properties. Without this line, the container will keep restarting.
11+
```
12+
OoklaServer.enableAutoUpdate = false
13+
```
914

1015
Example docker-compose:
1116
```sh

0 commit comments

Comments
 (0)