forked from LaconicNetwork/kompose
Fixed tmpfs with mode failure
Fixes #807 now kompose will ignore mode of tmpfs and will pass only mount path.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
|
||||
redis-master:
|
||||
image: gcr.io/google_containers/redis:e2e
|
||||
ports:
|
||||
- "6379"
|
||||
tmpfs:
|
||||
- /tmp:rw,noexec,nosuid
|
||||
Reference in New Issue
Block a user