We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9012254 commit 67b4c5fCopy full SHA for 67b4c5f
docker-compose.yaml
@@ -112,7 +112,7 @@ services:
112
#################################
113
114
kratos-migrate:
115
- image: oryd/kratos:v1.3.1
+ image: oryd/kratos:v25.4.0
116
environment:
117
DSN: "sqlite:///etc/config/kratos/db.sqlite?_fk=true&mode=rwc"
118
volumes:
@@ -123,7 +123,7 @@ services:
123
kratos:
124
depends_on:
125
- kratos-migrate
126
127
# It's not needed to expose these, leaving for documentation
128
# ports:
129
# - '4433:4433' # public API
0 commit comments