Skip to content

Commit

Permalink
Moved the dex config "dex.dev.yml" that is used for local development…
Browse files Browse the repository at this point in the history
… to the docker-compose/dex folder.
  • Loading branch information
vanbuiten committed Feb 22, 2023
1 parent 7588f22 commit b252a33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
ports:
- "5556:5556"
volumes:
- ./dex.dev.yml:/config.yml
- ./docker-compose/dex/dex.dev.yml:/config.yml
- dex-data:/data

elasticsearch:
Expand Down
File renamed without changes.

0 comments on commit b252a33

Please sign in to comment.