Skip to content

Commit 218d546

Browse files
authored
docs: rename docker-compose config (#41)
1 parent 3facb82 commit 218d546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/who-am-i/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
start_period: 10s
1313
start_interval: 1s
1414
configs:
15-
- source: config.yaml
15+
- source: dex-config.yaml
1616
target: /config.yaml
1717
env_file:
1818
- .dex.secret.env
@@ -45,7 +45,7 @@ services:
4545
- 3000:3000
4646

4747
configs:
48-
config.yaml:
48+
dex-config.yaml:
4949
content: |
5050
issuer: http://localhost:5556
5151
web:

0 commit comments

Comments
 (0)