File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ You can provide these values to the container as follows:
119
119
-e PROXYSCOTCH_BANNED_OUTPUTS=< banned_outputs> \
120
120
-e PROXYSCOTCH_BANNED_DESTS=< banned_dests> \
121
121
-p < host_port> :9159 \
122
- hoppscotch/proxyscotch:latest
122
+ hoppscotch/proxyscotch:v0.1.3
123
123
```
124
124
125
125
- Via ` docker-commpose ` :
@@ -128,8 +128,11 @@ You can provide these values to the container as follows:
128
128
129
129
services :
130
130
proxyscotch :
131
- image : hoppscotch/proxyscotch:latest
131
+ image : hoppscotch/proxyscotch:v0.1.3
132
132
environment :
133
+ - PROXYSCOTCH_ALLOWED_ORIGINS=<allowed_origins>
134
+ - PROXYSCOTCH_BANNED_OUTPUTS=<banned_outputs>
135
+ - PROXYSCOTCH_BANNED_DESTS=<banned_dests>
133
136
ports :
134
- - " <host_port>:5432 "
137
+ - " <host_port>:9159 "
135
138
` ` `
You can’t perform that action at this time.
0 commit comments