We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5186424 commit 9f5c60fCopy full SHA for 9f5c60f
README.md
@@ -119,7 +119,7 @@ You can provide these values to the container as follows:
119
-e PROXYSCOTCH_BANNED_OUTPUTS=<banned_outputs> \
120
-e PROXYSCOTCH_BANNED_DESTS=<banned_dests> \
121
-p <host_port>:9159 \
122
- hoppscotch/proxyscotch:v0.1.3
+ hoppscotch/proxyscotch:v0.1.4
123
```
124
125
- Via `docker-commpose`:
@@ -128,7 +128,7 @@ You can provide these values to the container as follows:
128
129
services:
130
proxyscotch:
131
- image: hoppscotch/proxyscotch:v0.1.3
+ image: hoppscotch/proxyscotch:v0.1.4
132
environment:
133
- PROXYSCOTCH_ALLOWED_ORIGINS=<allowed_origins>
134
- PROXYSCOTCH_BANNED_OUTPUTS=<banned_outputs>
0 commit comments