diff --git a/contrib/quickstart/oathkeeper/.oathkeeper.yml b/contrib/quickstart/oathkeeper/oathkeeper.yml similarity index 100% rename from contrib/quickstart/oathkeeper/.oathkeeper.yml rename to contrib/quickstart/oathkeeper/oathkeeper.yml diff --git a/quickstart-oathkeeper.yml b/quickstart-oathkeeper.yml index 2fa830b7c3a..4d9bdfa6ac7 100644 --- a/quickstart-oathkeeper.yml +++ b/quickstart-oathkeeper.yml @@ -17,7 +17,7 @@ services: - 4455:4455 - 4456:4456 command: - serve proxy -c "/etc/config/oathkeeper/.oathkeeper.yml" + serve proxy -c "/etc/config/oathkeeper/oathkeeper.yml" environment: - LOG_LEVEL=debug restart: on-failure diff --git a/quickstart.yml b/quickstart.yml index 21fe28f7d8a..a4be8835741 100644 --- a/quickstart.yml +++ b/quickstart.yml @@ -16,7 +16,7 @@ services: source: ./contrib/quickstart/kratos/email-password target: /etc/config/kratos command: - -c /etc/config/kratos/.kratos.yml migrate sql -e --yes + -c /etc/config/kratos/kratos.yml migrate sql -e --yes restart: on-failure networks: - intranet @@ -41,7 +41,7 @@ services: environment: - DSN=sqlite:///var/lib/sqlite/db.sqlite?_fk=true command: - serve -c /etc/config/kratos/.kratos.yml --dev + serve -c /etc/config/kratos/kratos.yml --dev volumes: - type: volume