File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Containers are configured using parameters passed at runtime (such as those abov
170
170
| ` -e CONFIGS=0 ` | ` /configs ` |
171
171
| ` -e CONTAINERS=0 ` | ` /containers ` |
172
172
| ` -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. |
174
174
| ` -e EVENTS=1 ` | ` /events ` |
175
175
| ` -e EXEC=0 ` | ` /exec ` & ` /containers/{id}/exec ` |
176
176
| ` -e IMAGES=0 ` | ` /images ` |
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ external_type: alpine_repo
6
6
release_type : stable
7
7
release_tag : latest
8
8
ls_branch : main
9
- image_sbom : true
10
- image_provenance : true
11
9
repo_vars :
12
10
- BUILD_VERSION_ARG = 'HAPROXY_VERSION'
13
11
- LS_USER = 'linuxserver'
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ full_custom_readme: |
177
177
| `-e CONFIGS=0` | `/configs` |
178
178
| `-e CONTAINERS=0` | `/containers` |
179
179
| `-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. |
181
181
| `-e EVENTS=1` | `/events` |
182
182
| `-e EXEC=0` | `/exec` & `/containers/{id}/exec` |
183
183
| `-e IMAGES=0` | `/images` |
You can’t perform that action at this time.
0 commit comments