From 9c03ae2b09011a175db7e93c1b1553f66b864e6b Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 25 Aug 2024 12:47:40 +0000 Subject: [PATCH] Update local image name following https://github.com/pi-hole/docker-pi-hole/pull/1628 Signed-off-by: Adam Warner --- docs/docker/build-image.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docker/build-image.md b/docs/docker/build-image.md index 969e48f17..f32f03381 100644 --- a/docs/docker/build-image.md +++ b/docs/docker/build-image.md @@ -21,12 +21,12 @@ Options: -c, --corebranch Specify Core branch -w, --webbranch Specify Web branch -p, --paddbranch Specify PADD branch - -t, --tag Specify Docker image tag (default: pihole) + -t, --tag Specify Docker image tag (default: pihole:local) -l, --local Use locally built FTL binary (requires src/pihole-FTL file) use_cache Enable caching (by default --no-cache is used) If no options are specified, the following command will be executed: - docker buildx build src/. --tag pihole --load --no-cache + docker buildx build src/. --tag pihole:local --load --no-cache ``` ## Example uses of the script @@ -64,7 +64,7 @@ git checkout fix/logRotate ## Using the built image -Unless otherwise named via the `-t` command, the script will build an image locally and tag it as `pihole`. You can reference this as a drop-in replacement for `pihole/pihole:latest` in your compose file or your run command: +Unless otherwise named via the `-t` command, the script will build an image locally and tag it as `pihole:local`. You can reference this as a drop-in replacement for `pihole/pihole:latest` in your compose file or your run command: ```yaml services: