Skip to content

Commit

Permalink
Update redis Docker tag to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nomaster committed Jul 8, 2023
1 parent 9ee0b21 commit 76e5cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:

# redis
redis:
image: redis:6-alpine
image: redis:7-alpine
command:
- sh
- -c # this is to evaluate the $REDIS_PASSWORD from the env
Expand All @@ -48,7 +48,7 @@ services:
volumes:
- netbox-redis-data:/data
redis-cache:
image: redis:6-alpine
image: redis:7-alpine
command:
- sh
- -c # this is to evaluate the $REDIS_PASSWORD from the env
Expand Down

0 comments on commit 76e5cc9

Please sign in to comment.