Merge pull request #194 from netbox-community/update-redis

Update Redis to Version 5
This commit is contained in:
Christian Mäder 2019-12-10 22:35:55 +01:00 committed by GitHub
commit 6a07527632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ services:
volumes: volumes:
- netbox-postgres-data:/var/lib/postgresql/data - netbox-postgres-data:/var/lib/postgresql/data
redis: redis:
image: redis:4-alpine image: redis:5-alpine
command: command:
- sh - sh
- -c # this is to evaluate the $REDIS_PASSWORD from the env - -c # this is to evaluate the $REDIS_PASSWORD from the env