mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-04-19 00:51:18 +00:00
NORY-31: upgrade oryd/kratos image version
This commit is contained in:
parent
765d5a91e7
commit
588b836d9a
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ services:
|
||||||
|
|
||||||
ory-kratos-migrate:
|
ory-kratos-migrate:
|
||||||
container_name: ory-kratos-migrate
|
container_name: ory-kratos-migrate
|
||||||
image: oryd/kratos:v1.1.0
|
image: oryd/kratos:v1.3.1
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- ./ory/kratos:/etc/config/kratos
|
- ./ory/kratos:/etc/config/kratos
|
||||||
|
@ -18,7 +18,7 @@ services:
|
||||||
|
|
||||||
ory-kratos:
|
ory-kratos:
|
||||||
container_name: ory-kratos
|
container_name: ory-kratos
|
||||||
image: oryd/kratos:v1.1.0
|
image: oryd/kratos:v1.3.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:4433:4433 # public
|
- 127.0.0.1:4433:4433 # public
|
||||||
|
|
Loading…
Add table
Reference in a new issue