You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
.drone.yml | 5 months ago | |
.gitignore | 10 months ago | |
Dockerfile | 10 months ago | |
README.md | 10 months ago |
README.md
ooklaserver-docker
Ookla Server for Linux/Unix as Docker container
How to use?
Simply run the container:
docker run -p 8080:8080 -p 5060:5060 aledjones/ooklaserver
or use it in docker-compose
:
version: '3'
services:
server:
image: aledjones/ooklaserver
restart: always
ports:
- 8080:8080
- 5060:5060
Planned features
- use ENV to initialize
OoklaServer.properties
- provide volumes to mount custom certificates as LE doesn't properly work inside the container
Register your server with Ookla
Please refer to the guide How To Install & Submit Server.
Please be aware, that Ookla requires you to setup a fallback option with HTTP. Otherwise your server will not be listed.