We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae35e3 commit 8edbe68Copy full SHA for 8edbe68
1 file changed
README.md
@@ -12,9 +12,12 @@ How to run:
12
`docker run -d -p 9090:9090 -p 39500-39999:39500:39999 --name bmp qautomatron/docker-browsermob-proxy`
13
14
If you want to set your options, you can pass Enviroment Variables:
15
-`-e BMP_PORT=9090`
16
-`-e PORT_RANGE=39500-39999`
17
-`-e TTL=600`
+`-e BMP_PORT=9090`
+
+`-e PORT_RANGE=39500-39999`
18
19
+`-e TTL=600`
20
21
22
Example:
23
`docker run -d -p 9080:9080 -p 5555-5560:5555-5560 -e BMP_PORT=9080 -e PORT_RANGE=39500-39999 --name bmp qautomatron/docker-browsermob-proxy`
0 commit comments