Skip to content

Commit

Permalink
autogen(docs): generate and bump docs
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Aug 25, 2022
1 parent e70a6ce commit 52154bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quickstart.yml
Expand Up @@ -12,7 +12,7 @@
version: "3.7"
services:
hydra:
image: oryd/hydra:v1.11.9
image: oryd/hydra:v1.11.10
ports:
- "4444:4444" # Public port
- "4445:4445" # Admin port
Expand All @@ -34,7 +34,7 @@ services:
networks:
- intranet
hydra-migrate:
image: oryd/hydra:v1.11.9
image: oryd/hydra:v1.11.10
environment:
- DSN=sqlite:///var/lib/sqlite/db.sqlite?_fk=true
command: migrate -c /etc/config/hydra/hydra.yml sql -e --yes
Expand All @@ -52,7 +52,7 @@ services:
consent:
environment:
- HYDRA_ADMIN_URL=http://hydra:4445
image: oryd/hydra-login-consent-node:v1.11.9
image: oryd/hydra-login-consent-node:v1.11.10
ports:
- "3000:3000"
restart: unless-stopped
Expand Down

0 comments on commit 52154bc

Please sign in to comment.