mirror of
https://github.com/linuxserver/docker-socket-proxy.git
synced 2026-01-20 20:41:46 +08:00
Fix typo
This commit is contained in:
parent
e4f2ee895a
commit
5a46a71ca0
@ -170,7 +170,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||
| `-e CONFIGS=0` | `/configs` |
|
||||
| `-e CONTAINERS=0` | `/containers` |
|
||||
| `-e DISTRIBUTION=0` | `/distribution` |
|
||||
| `-e DISABLE_IPV6=0` | Set to `1` to prevent binding to the IPv6 interface for legacy system that cannot support IPv6. |
|
||||
| `-e DISABLE_IPV6=0` | Set to `1` to prevent binding to the IPv6 interface for legacy systems that cannot support IPv6. |
|
||||
| `-e EVENTS=1` | `/events` |
|
||||
| `-e EXEC=0` | `/exec` & `/containers/{id}/exec` |
|
||||
| `-e IMAGES=0` | `/images` |
|
||||
|
||||
@ -6,8 +6,6 @@ external_type: alpine_repo
|
||||
release_type: stable
|
||||
release_tag: latest
|
||||
ls_branch: main
|
||||
image_sbom: true
|
||||
image_provenance: true
|
||||
repo_vars:
|
||||
- BUILD_VERSION_ARG = 'HAPROXY_VERSION'
|
||||
- LS_USER = 'linuxserver'
|
||||
|
||||
@ -177,7 +177,7 @@ full_custom_readme: |
|
||||
| `-e CONFIGS=0` | `/configs` |
|
||||
| `-e CONTAINERS=0` | `/containers` |
|
||||
| `-e DISTRIBUTION=0` | `/distribution` |
|
||||
| `-e DISABLE_IPV6=0` | Set to `1` to prevent binding to the IPv6 interface for legacy system that cannot support IPv6. |
|
||||
| `-e DISABLE_IPV6=0` | Set to `1` to prevent binding to the IPv6 interface for legacy systems that cannot support IPv6. |
|
||||
| `-e EVENTS=1` | `/events` |
|
||||
| `-e EXEC=0` | `/exec` & `/containers/{id}/exec` |
|
||||
| `-e IMAGES=0` | `/images` |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user