Skip to content

Commit

Permalink
chore(docker): prefer docker hub (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru authored Apr 15, 2024
1 parent 197cd88 commit 51a6815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
retries: 3
start_period: 2m
keycloakdb:
image: postgres
image: postgres:15-alpine
restart: always
user: postgres
environment:
Expand All @@ -44,7 +44,7 @@ services:
timeout: 5s
retries: 10
opentdfdb:
image: public.ecr.aws/docker/library/postgres:15-alpine
image: postgres:15-alpine
restart: always
user: postgres
environment:
Expand Down

0 comments on commit 51a6815

Please sign in to comment.