File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -252,14 +252,15 @@ The preferred method is to clone this repository and build the image locally wit
252
252
253
253
# ### Usage:
254
254
```
255
- ./build.sh [ -l] [ -f <ftl_branch>] [ -c <core_branch>] [ -w <web_branch>] [ -t <tag >] [ use_cache]
255
+ ./build.sh [ -l] [ -f <ftl_branch>] [ -c <core_branch>] [ -w <web_branch>] [ -p <padd_branch> ] [ - t <tag >] [ use_cache]
256
256
```
257
257
258
258
#### Options:
259
259
260
260
- `-f <branch>` / `--ftlbranch <branch>`: Specify FTL branch (cannot be used in conjunction with `-l`)
261
261
- `-c <branch>` / `--corebranch <branch>`: Specify Core branch
262
262
- `-w <branch>` / `--webbranch <branch>`: Specify Web branch
263
+ - `-p <branch>` / `--paddbranch <branch>`: Specify PADD branch
263
264
- `-t <tag>` / `--tag <tag>`: Specify Docker image tag (default: `pihole:local`)
264
265
- `-l` / `--local`: Use locally built FTL binary (requires `src/pihole-FTL` file)
265
266
- `use_cache`: Enable caching (by default `--no-cache` is used)
You can’t perform that action at this time.
0 commit comments