Skip to content

Commit f222fcb

Browse files
authored
update docker run example (#311)
1 parent 7f2d675 commit f222fcb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ or
185185
docker run -d \
186186
-p 9090:9090 \
187187
--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
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 \
193193
voucher/vouch-proxy
194194
```
195195

0 commit comments

Comments
 (0)