Skip to content

Commit

Permalink
update instructions (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio authored Apr 27, 2024
1 parent 7dc9c79 commit 62d8d41
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,17 @@ Simply change the image you're using to our modded one and proceed as usual.

ghcr.io/arevindh/pihole-speedtest:latest

If you're using Compose, you may also run the Mod Script inside every new container yourself. For example, by replacing the `image` line with the following and rebuilding without cache.
You can also run the Mod Script inside every new container yourself. For example, if you're using Compose, by replacing the `image` line with:

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

and rebuilding without cache:

docker compose down; docker compose build --no-cache; docker compose up -d

## Buy me a ☕️

Buy @arevindh a ☕️ if you like this project :)
Expand Down

0 comments on commit 62d8d41

Please sign in to comment.