evry / docker-oidc-proxy

Docker Image built on Alpine Linux for secure OpenID Connect (OIDC) proxy authentication
https://hub.docker.com/r/evry/oidc-proxy/
MIT License
121 stars 59 forks source link

Changed dockerfile to add a user and, as a consequence, added an upstream connection port #12

Open Riduidel opened 5 years ago

Riduidel commented 5 years ago

Fixes #11 by creating a www user and group which will run nginx. As this user can't run application on a protected port (like 80), I've changed the upstream listen port to 8080, which can be configured by an environment variable.