Skip to content

Installing Speedtest Mod

ipitio edited this page Apr 17, 2024 · 37 revisions

Please use our Mod Script to install the latest version of the Mod. For information about running Pi-hole in Docker, including a Compose example, please refer to the official repo and docs.

Docker Note You'll need to run the bash script from within every new container if you're not using Compose.

Via the Shell

You can just pipe to bash!

curl -sSLN https://github.com/arevindh/pi-hole/raw/master/advanced/Scripts/speedtestmod/mod.sh | sudo bash

Docker Compose

Replace image: pihole/pihole:latest with the following in your compose.yml, then rebuild without cache.

build:
    dockerfile_inline: |
        FROM pihole/pihole:latest
        RUN curl -sSLN https://github.com/arevindh/pi-hole/raw/master/advanced/Scripts/speedtestmod/mod.sh | sudo bash

Instructions

Clone this wiki locally