Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/admin-guide/configuration/header_authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ OAuth2-Proxy can be configured to handle web traffic directly or handle `proxy_p
An example OAuth2-Proxy docker-compose is below:

```yaml
services:
oauth2-proxy:
container_name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v<Check_Releases_For_Latest>
Expand Down
Loading