Merge pull request #2656 from justincormack/redis-up

Update the redis OS example to Redis 4.0
This commit is contained in:
Justin Cormack 2017-10-30 14:53:28 +00:00 committed by GitHub
commit ad23d68497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ services:
env: env:
- INSECURE=true - INSECURE=true
- name: redis - name: redis
image: redis:3.0.7-alpine image: redis:4.0-alpine
capabilities: capabilities:
- CAP_NET_BIND_SERVICE - CAP_NET_BIND_SERVICE
- CAP_CHOWN - CAP_CHOWN
@ -28,5 +28,4 @@ services:
trust: trust:
org: org:
- linuxkit - linuxkit
image: - library
- redis:3.0.7-alpine