Skip to content

Commit 6a07527

Browse files
authored
Merge pull request #194 from netbox-community/update-redis
Update Redis to Version 5
2 parents 0f7675c + 1ce99cf commit 6a07527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
volumes:
4242
- netbox-postgres-data:/var/lib/postgresql/data
4343
redis:
44-
image: redis:4-alpine
44+
image: redis:5-alpine
4545
command:
4646
- sh
4747
- -c # this is to evaluate the $REDIS_PASSWORD from the env

0 commit comments

Comments
 (0)