Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 638 Bytes

File metadata and controls

22 lines (16 loc) · 638 Bytes

Circle CI

oauth2_proxy Dockerfile

Dockerfile for oauth2_proxy

How to use this image

Environment

none

Example

$ docker run -p 4180:4180 -t intimatemerger/oauth2_proxy \
    -upstream=http://127.0.0.1:8080 \
    -client-id=123456.apps.googleusercontent.com \
    -client-secret=XXXXXXXXXXXXXXXXXXXXX \
    -email-domain=example.com \
    -cookie-secret=secret \
    -cookie-domain=www.example.com