Skip to content

Commit

Permalink
Use official redis image for docker-compose (#126)
Browse files Browse the repository at this point in the history
Which is suitable for arm64 and consistent with docker-compose-test which was updated with #89
  • Loading branch information
neilmendum authored Nov 1, 2022
1 parent 65980b1 commit f7aad6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: '3.1'
services:

redis:
image: 'bitnami/redis:5.0'
image: 'redis:6.2'
networks:
- hmpps
container_name: redis
container_name: redis
environment:
- ALLOW_EMPTY_PASSWORD=yes
ports:
Expand All @@ -15,7 +15,7 @@ services:
image: quay.io/hmpps/hmpps-auth:latest
networks:
- hmpps
container_name: hmpps-auth
container_name: hmpps-auth
ports:
- "9090:8080"
healthcheck:
Expand Down

0 comments on commit f7aad6e

Please sign in to comment.