We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2d675 commit f222fcbCopy full SHA for f222fcb
1 file changed
README.md
@@ -185,11 +185,11 @@ or
185
docker run -d \
186
-p 9090:9090 \
187
--name vouch-proxy \
188
- -e VOUCH_DOMAINS=yourdomain.com
189
- -e OAUTH_PROVIDER=google
190
- -e OAUTH_CLIENT_ID=1234
191
- -e OAUTH_CLIENT_SECRET=secretsecret
192
- -e OAUTH_CALLBACK_URL=https://vouch.yourdomain.com/auth
+ -e VOUCH_DOMAINS=yourdomain.com \
+ -e OAUTH_PROVIDER=google \
+ -e OAUTH_CLIENT_ID=1234 \
+ -e OAUTH_CLIENT_SECRET=secretsecret \
+ -e OAUTH_CALLBACK_URL=https://vouch.yourdomain.com/auth \
193
voucher/vouch-proxy
194
```
195
0 commit comments