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