Skip to content

Commit

Permalink
fix: the oAuth example should have restart: always
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Aug 12, 2023
1 parent 63b86cb commit d6a525e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/installers/oauth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3.7"
services:
oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:latest
restart: always
ports:
- 4180:4180
environment:
Expand Down

0 comments on commit d6a525e

Please sign in to comment.