Update the redis OS example to Redis 4.0

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-10-30 10:42:14 +00:00
parent db27618f11
commit 201ee43c93

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