Skip to content

Commit

Permalink
chore(docker): switch to redis alternative valkey
Browse files Browse the repository at this point in the history
  • Loading branch information
BrycensRanch committed Aug 11, 2024
1 parent 2523c11 commit 9a66d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-individual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ services:
# networks:
# - app_network
cache:
image: redis:alpine
image: chainguard/valkey:latest
restart: always
ports:
- '6379:6379'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ services:
# - app_network
redis:
container_name: redis
image: rapidfort/redis:latest
image: chainguard/valkey:latest
restart: always
ports:
- '6379:6379'
Expand Down

0 comments on commit 9a66d88

Please sign in to comment.