You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image is available on [Docker Hub](https://hub.docker.com/r/mendhak/http-https-echo): `mendhak/http-https-echo:29`
13
-
The image is available on [Github Container Registry](https://github.com/mendhak/docker-http-https-echo/pkgs/container/http-https-echo): `ghcr.io/mendhak/http-https-echo:29`
12
+
The image is available on [Docker Hub](https://hub.docker.com/r/mendhak/http-https-echo): `mendhak/http-https-echo:30`
13
+
The image is available on [Github Container Registry](https://github.com/mendhak/docker-http-https-echo/pkgs/container/http-https-echo): `ghcr.io/mendhak/http-https-echo:30`
14
14
15
15
Please do not use the `:latest` tag as it will break without warning, use a specific version instead.
16
16
@@ -41,7 +41,7 @@ This image is executed as non root by default and is fully compliant with Kubern
41
41
42
42
Run with Docker
43
43
44
-
docker run -p 8080:8080 -p 8443:8443 --rm -t mendhak/http-https-echo:29
44
+
docker run -p 8080:8080 -p 8443:8443 --rm -t mendhak/http-https-echo:30
45
45
46
46
Or run with Docker Compose
47
47
@@ -58,13 +58,13 @@ You can choose a different internal port instead of 8080 and 8443 with the `HTTP
58
58
59
59
In this example I'm setting http to listen on 8888, and https to listen on 9999.
Now make your request with `Authentication: eyJ...` header (it should also work with the `Authentication: Bearer eyJ...` schema too):
@@ -108,21 +108,21 @@ And in the output you should see a `jwt` section.
108
108
109
109
In the log output set the environment variable `DISABLE_REQUEST_LOGS` to true, to disable the specific ExpressJS request log lines. The ones like `::ffff:172.17.0.1 - - [03/Jan/2022:21:31:51 +0000] "GET /xyz HTTP/1.1" 200 423 "-" "curl/7.68.0"`. The JSON output will still appear.
0 commit comments