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
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,18 @@ You can add any number of custom headers to be forwarded to the target by repeat
21
21
22
22
You can use the Docker image directly from the GitHub repository, or build it yourself.
23
23
24
-
### Build and run locally:
24
+
### Dynamic Port Exposure
25
+
26
+
The Dockerfile exposes the port dynamically based on the `PORT` environment variable (default: 8080). To run the container on a custom port, set the `PORT` environment variable and map the same port:
0 commit comments