Compare commits

...

2 Commits

Author SHA1 Message Date
5e3b9d8985 fix port in readme 2023-02-28 19:06:26 -05:00
d214fff28a fix version in doc 2023-02-28 18:54:34 -05:00

View File

@ -1,6 +1,6 @@
# Request Logger # Request Logger
Serves an HTTP server on port 3000 and logs any requests to a file, stdout, and the response body. Serves an HTTP server on port 8080 and logs any requests to a file, stdout, and the response body.
*This is not intended for production use. It is just a simple diagnostic tool for short-term testing.* *This is not intended for production use. It is just a simple diagnostic tool for short-term testing.*
@ -17,7 +17,7 @@ docker run \
-d \ -d \
-p 8080:8080 \ -p 8080:8080 \
-v $(pwd)/requests.log:/requests.log \ -v $(pwd)/requests.log:/requests.log \
git.roeber.dev/jon/reqlog:v0.0.1 git.roeber.dev/jon/reqlog:v0.0.2
``` ```
4. Test: 4. Test: