update redis

This commit is contained in:
Christian Mäder 2019-11-26 12:14:51 +01:00
parent c083baf640
commit 1ce99cf02f
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