From d7b9d037943d01b077524ecf02cd0526e0925874 Mon Sep 17 00:00:00 2001 From: thespad Date: Sun, 5 Jan 2025 23:10:35 +0000 Subject: [PATCH] Pipe doesn't need escaping outside of a table --- README.md | 2 +- readme-vars.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3cf728..6b22fc3 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ If you are using the docker integration, our only supported means for connecting read_only: true ``` -And then add it to the `DOCKER_MODS_EXTRA_HOSTS` env using the full protocol and port, separating multiple servers with a pipe (`\|`), e.g. +And then add it to the `DOCKER_MODS_EXTRA_HOSTS` env using the full protocol and port, separating multiple servers with a pipe (`|`), e.g. ```yaml - DOCKER_MODS_EXTRA_HOSTS=tcp://host1.example.com:2375|tcp://host2.example.com:2375|tcp://192.168.0.5:2375 diff --git a/readme-vars.yml b/readme-vars.yml index acae805..fcbbcf3 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -99,7 +99,7 @@ full_custom_readme: | read_only: true ``` - And then add it to the `DOCKER_MODS_EXTRA_HOSTS` env using the full protocol and port, separating multiple servers with a pipe (`\|`), e.g. + And then add it to the `DOCKER_MODS_EXTRA_HOSTS` env using the full protocol and port, separating multiple servers with a pipe (`|`), e.g. ```yaml - DOCKER_MODS_EXTRA_HOSTS=tcp://host1.example.com:2375|tcp://host2.example.com:2375|tcp://192.168.0.5:2375