Skip to content

Commit 5a46a71

Browse files
committed
Fix typo
1 parent e4f2ee8 commit 5a46a71

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Containers are configured using parameters passed at runtime (such as those abov
170170
| `-e CONFIGS=0` | `/configs` |
171171
| `-e CONTAINERS=0` | `/containers` |
172172
| `-e DISTRIBUTION=0` | `/distribution` |
173-
| `-e DISABLE_IPV6=0` | Set to `1` to prevent binding to the IPv6 interface for legacy system that cannot support IPv6. |
173+
| `-e DISABLE_IPV6=0` | Set to `1` to prevent binding to the IPv6 interface for legacy systems that cannot support IPv6. |
174174
| `-e EVENTS=1` | `/events` |
175175
| `-e EXEC=0` | `/exec` & `/containers/{id}/exec` |
176176
| `-e IMAGES=0` | `/images` |

jenkins-vars.yml

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ external_type: alpine_repo
66
release_type: stable
77
release_tag: latest
88
ls_branch: main
9-
image_sbom: true
10-
image_provenance: true
119
repo_vars:
1210
- BUILD_VERSION_ARG = 'HAPROXY_VERSION'
1311
- LS_USER = 'linuxserver'

readme-vars.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ full_custom_readme: |
177177
| `-e CONFIGS=0` | `/configs` |
178178
| `-e CONTAINERS=0` | `/containers` |
179179
| `-e DISTRIBUTION=0` | `/distribution` |
180-
| `-e DISABLE_IPV6=0` | Set to `1` to prevent binding to the IPv6 interface for legacy system that cannot support IPv6. |
180+
| `-e DISABLE_IPV6=0` | Set to `1` to prevent binding to the IPv6 interface for legacy systems that cannot support IPv6. |
181181
| `-e EVENTS=1` | `/events` |
182182
| `-e EXEC=0` | `/exec` & `/containers/{id}/exec` |
183183
| `-e IMAGES=0` | `/images` |

0 commit comments

Comments
 (0)