Skip to content

Commit 4697a93

Browse files
committed
Escape pipe for GH rendering
1 parent 45089be commit 4697a93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Containers are configured using parameters passed at runtime (such as those abov
109109

110110
| Parameter | Function |
111111
| :----: | --- |
112-
| `-e DOCKER_MODS=` | Pipe-delimited (`|`) list of mods to download |
112+
| `-e DOCKER_MODS=` | Pipe-delimited (`\|`) list of mods to download |
113113
| `-e DOCKER_HOST=` | Specify the docker endpoint to use if not using the docker.sock |
114114
| `-v /modcache` | Modmanager mod storage. |
115115
| `-v /var/run/docker.sock:ro` | Mount the host docker socket into the container. |

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ full_custom_readme: |
113113
114114
| Parameter | Function |
115115
| :----: | --- |
116-
| `-e DOCKER_MODS=` | Pipe-delimited (`|`) list of mods to download |
116+
| `-e DOCKER_MODS=` | Pipe-delimited (`\|`) list of mods to download |
117117
| `-e DOCKER_HOST=` | Specify the docker endpoint to use if not using the docker.sock |
118118
| `-v /modcache` | Modmanager mod storage. |
119119
| `-v /var/run/docker.sock:ro` | Mount the host docker socket into the container. |

0 commit comments

Comments
 (0)