Skip to content

Commit

Permalink
chore: pin redis tag compose
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd committed Oct 1, 2024
1 parent da7d5dc commit e0b75ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:

redis:
container_name: vouchervault-redis
image: redis:7.2-alpine
image: redis:7-alpine
restart: unless-stopped
expose:
- 6379
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-psql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- ./volume-data/database:/opt/app/database

redis:
image: redis:7.2-alpine
image: redis:7-alpine
container_name: vouchervault-redis
restart: unless-stopped
expose:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- ./volume-data/database:/opt/app/database

redis:
image: redis:7.2-alpine
image: redis:7-alpine
container_name: vouchervault-redis
restart: unless-stopped
expose:
Expand Down

0 comments on commit e0b75ed

Please sign in to comment.