Skip to content

Commit 99fa337

Browse files
committed
chore: update README mistakes
1 parent cc7d940 commit 99fa337

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ You can provide these values to the container as follows:
119119
-e PROXYSCOTCH_BANNED_OUTPUTS=<banned_outputs> \
120120
-e PROXYSCOTCH_BANNED_DESTS=<banned_dests> \
121121
-p <host_port>:9159 \
122-
hoppscotch/proxyscotch:latest
122+
hoppscotch/proxyscotch:v0.1.3
123123
```
124124

125125
- Via `docker-commpose`:
@@ -128,8 +128,11 @@ You can provide these values to the container as follows:
128128

129129
services:
130130
proxyscotch:
131-
image: hoppscotch/proxyscotch:latest
131+
image: hoppscotch/proxyscotch:v0.1.3
132132
environment:
133+
- PROXYSCOTCH_ALLOWED_ORIGINS=<allowed_origins>
134+
- PROXYSCOTCH_BANNED_OUTPUTS=<banned_outputs>
135+
- PROXYSCOTCH_BANNED_DESTS=<banned_dests>
133136
ports:
134-
- "<host_port>:5432"
137+
- "<host_port>:9159"
135138
```

0 commit comments

Comments
 (0)