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 Sep 27, 2022
1 parent 52259a3 commit 5b239e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-mysql.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.2"
services:
keto-migrate:
image: oryd/keto:v0.9.0-alpha.0
image: oryd/keto:v0.10.0-alpha.0
links:
- mysqld:mysqld
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-postgres.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.2"
services:
keto-migrate:
image: oryd/keto:v0.9.0-alpha.0
image: oryd/keto:v0.10.0-alpha.0
links:
- postgresd:postgresd
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
keto:
image: oryd/keto:v0.9.0-alpha.0
image: oryd/keto:v0.10.0-alpha.0
ports:
- "4466:4466"
- "4467:4467"
Expand Down

0 comments on commit 5b239e5

Please sign in to comment.