Skip to content

Commit

Permalink
Update Readme to reflect new local image tag name
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Warner <[email protected]>
  • Loading branch information
PromoFaux committed Aug 25, 2024
1 parent c0fa8de commit 794ba9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,14 +216,14 @@ The preferred method is to clone this repository and build the image locally wit
- `-f <branch>` / `--ftlbranch <branch>`: Specify FTL branch (cannot be used in conjunction with `-l`)
- `-c <branch>` / `--corebranch <branch>`: Specify Core branch
- `-w <branch>` / `--webbranch <branch>`: Specify Web branch
- `-t <tag>` / `--tag <tag>`: Specify Docker image tag (default: `pihole`)
- `-t <tag>` / `--tag <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
Expand Down

0 comments on commit 794ba9a

Please sign in to comment.