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 ee8c339 commit 5b2b196Copy full SHA for 5b2b196
quickstart.yml
@@ -16,7 +16,7 @@ services:
16
- hydra-sqlite:/mnt/sqlite
17
command: "chmod -R 777 /mnt/sqlite"
18
hydra:
19
- image: oryd/hydra:v2.2.0
+ image: oryd/hydra:v2.3.0
20
build:
21
context: .
22
dockerfile: .docker/Dockerfile-local-build
@@ -40,7 +40,7 @@ services:
40
networks:
41
- intranet
42
hydra-migrate:
43
44
45
46
@@ -61,7 +61,7 @@ services:
61
consent:
62
environment:
63
- HYDRA_ADMIN_URL=http://hydra:4445
64
- image: oryd/hydra-login-consent-node:v2.2.0
+ image: oryd/hydra-login-consent-node:v2.3.0
65
ports:
66
- "3000:3000"
67
restart: unless-stopped
0 commit comments