Skip to content

Commit 0e84c24

Browse files
committed
autogen(docs): generate and bump docs
[skip ci]
1 parent 6efae7c commit 0e84c24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quickstart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
version: "3.7"
1313
services:
1414
hydra:
15-
image: oryd/hydra:v2.1.0
15+
image: oryd/hydra:v2.1.1
1616
ports:
1717
- "4444:4444" # Public port
1818
- "4445:4445" # Admin port
@@ -34,7 +34,7 @@ services:
3434
networks:
3535
- intranet
3636
hydra-migrate:
37-
image: oryd/hydra:v2.1.0
37+
image: oryd/hydra:v2.1.1
3838
environment:
3939
- DSN=sqlite:///var/lib/sqlite/db.sqlite?_fk=true
4040
command: migrate -c /etc/config/hydra/hydra.yml sql -e --yes
@@ -52,7 +52,7 @@ services:
5252
consent:
5353
environment:
5454
- HYDRA_ADMIN_URL=http://hydra:4445
55-
image: oryd/hydra-login-consent-node:v2.1.0
55+
image: oryd/hydra-login-consent-node:v2.1.1
5656
ports:
5757
- "3000:3000"
5858
restart: unless-stopped

0 commit comments

Comments
 (0)