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 Mar 4, 2022
1 parent ea1aafe commit 57b5d8f
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.8.0-alpha.1
image: oryd/keto:v0.8.0-alpha.2
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.8.0-alpha.1
image: oryd/keto:v0.8.0-alpha.2
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.8.0-alpha.1
image: oryd/keto:v0.8.0-alpha.2
ports:
- '4466:4466'
- '4467:4467'
Expand Down

0 comments on commit 57b5d8f

Please sign in to comment.