File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 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
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 ` |
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ external_type: alpine_repo
66release_type : stable
77release_tag : latest
88ls_branch : main
9- image_sbom : true
10- image_provenance : true
119repo_vars :
1210 - BUILD_VERSION_ARG = 'HAPROXY_VERSION'
1311 - LS_USER = 'linuxserver'
Original file line number Diff line number Diff 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` |
You can’t perform that action at this time.
0 commit comments