From 6a6199e5cafd3d14bfb61e05372259a7a1991a70 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 27 Sep 2023 18:10:34 +0100 Subject: [PATCH] Add valid args Signed-off-by: Adam Warner --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a1f788f1e..c009f0234 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,11 @@ Occaisionally you may need to try an alternative branch of one of the components The preferred method is to clone this repository and rebuild the image with the custom branch name passed in as an arg, e.g `docker buildx build src/. --tag pihole_custom --build-arg CORE_BRANCH=custombranchname --no-cache`, and then redeploy your stack with this new image (In this case you should have a local image named `pihole_custom`, but you can call it whatever you want) +Valid args are: + - `CORE_BRANCH` + - `WEB_BRANCH` + - `FTL_BRANCH` + ### Pi-hole features Here are some relevant wiki pages from [Pi-hole's documentation](https://github.com/pi-hole/pi-hole/blob/master/README.md#get-help-or-connect-with-us-on-the-web). The web interface or command line tools can be used to implement changes to pihole.