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
4 changes: 2 additions & 2 deletions examples/who-am-i/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
start_period: 10s
start_interval: 1s
configs:
- source: config.yaml
- source: dex-config.yaml
target: /config.yaml
env_file:
- .dex.secret.env
Expand Down Expand Up @@ -45,7 +45,7 @@ services:
- 3000:3000

configs:
config.yaml:
dex-config.yaml:
content: |
issuer: http://localhost:5556
web:
Expand Down