diff --git a/README.md b/README.md index 2bf4d5e5..5167a689 100644 --- a/README.md +++ b/README.md @@ -216,14 +216,14 @@ The preferred method is to clone this repository and build the image locally wit - `-f ` / `--ftlbranch `: Specify FTL branch (cannot be used in conjunction with `-l`) - `-c ` / `--corebranch `: Specify Core branch - `-w ` / `--webbranch `: Specify Web 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 --no-cache +docker buildx build src/. --tag pihole:local --no-cache ``` ### Pi-hole features