We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29f982 commit 45a13d4Copy full SHA for 45a13d4
1 file changed
README.md
@@ -142,6 +142,14 @@ Will contain a `json` property in the response/output.
142
}
143
144
145
+## No newlines
146
+
147
+You can disable new lines in the log output by setting the environment variable `LOG_WITHOUT_NEWLINE`. For example,
148
149
+```bash
150
+docker run -e LOG_WITHOUT_NEWLINE=true -p 8080:8080 -p 8443:8443 --rm -t mendhak/http-https-echo:28
151
+```
152
153
## Send an empty response
154
155
You can disable the JSON output in the response by setting the environment variable `ECHO_BACK_TO_CLIENT`. For example,
@@ -281,4 +289,4 @@ To create a new image on Docker Hub, I need to create a tag and push it.
281
289
282
290
## Changelog
283
291
284
-See the [changelog](CHANGELOG.md)
292
+See the [changelog](CHANGELOG.md)
0 commit comments