Skip to content

Commit

Permalink
fix: use sqlite image versions (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenech committed Apr 9, 2021
1 parent ea2999d commit ec6cc5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/cat-videos-example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
keto:
image: oryd/keto:v0.6.0-alpha.1
image: oryd/keto:v0.6.0-alpha.1-sqlite
ports:
- '4466:4466'
- '4467:4467'
Expand All @@ -14,7 +14,7 @@ services:
target: /home/ory

keto-init:
image: oryd/keto:v0.6.0-alpha.1
image: oryd/keto:v0.6.0-alpha.1-sqlite
environment:
- KETO_WRITE_REMOTE=keto:4467
volumes:
Expand Down

0 comments on commit ec6cc5e

Please sign in to comment.