Skip to content

Commit

Permalink
Update oauth.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa authored Jul 22, 2024
1 parent bd8eb1c commit 169ebc8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/oauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
services:
dexidp:
image: ychiucco/dex-fractal:latest
options: >-
--health-cmd "curl http://127.0.0.1:5556/dex/.well-known/openid-configuration"
--health-interval 10s
--health-timeout 5s
--health-retries 5
# options: >-
# --health-cmd "curl http://127.0.0.1:5556/dex/.well-known/openid-configuration"
# --health-interval 10s
# --health-timeout 5s
# --health-retries 5
ports:
- 5556:5556

Expand Down

0 comments on commit 169ebc8

Please sign in to comment.