dex config

This commit is contained in:
Jan Prochazka
2025-01-08 14:18:46 +01:00
parent 2ee1250ccc
commit a3e8d64d4e
4 changed files with 24 additions and 4 deletions

View File

@@ -37,4 +37,4 @@ services:
- "16009:5556"
volumes:
- ./dex-config.yaml:/etc/dex/cfg/config.yaml
command: ["serve", "/etc/dex/cfg/config.yaml"]
command: ["dex", "serve", "/etc/dex/cfg/config.yaml"]