-
Notifications
You must be signed in to change notification settings - Fork 410
Docker deploy
Bad Apple!! edited this page Dec 15, 2022
·
1 revision
- Pull Image
docker pull badapple9/speedtest-x
- Run container
docker run -d -p 9001:80 -it badapple9/speedtest-x
Optional arguments:
-e MAX_LOG_COUNT=100: Maximum results size, 100 by default
-e IP_SERVICE=ip.sb: IP info provider (Options: ip.sb / ipinfo.io), ip.sb by default
-e SAME_IP_MULTI_LOGS=false: Whether to allow the same user IP to record multiple speedtest results, false by default.
If you want support IPV6 in a Docker container, edit
/etc/docker/daemon.json
:{ "ipv6": true, "fixed-cidr-v6": "fd00::/80", "experimental": true, "ip6tables": true }
- Open
{your_ip}:9001