mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
Update the redis OS example to Redis 4.0
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
db27618f11
commit
201ee43c93
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user