Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 439 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 439 Bytes

Example Usage

docker run -d  \
  --link upstream_container:upstream \
  efouts/docker-oauth2-proxy \
  oauth2_proxy \
  --email-domain=* \
  --http-address="http://:80" \
  --upstream="http://upstream/" \
  --redirect-url="https://my.domain.com/oauth2/callback/" \
  --cookie-domain="my.domain.com" \
  --cookie-secret="..." \
  --provider="github" \
  --client-id="..." \
  --client-secret="..." \
  --github-org="..."