kompose/script/test/fixtures/volume-mounts/tmpfs/docker-compose.yml
Suraj Narwade 8a19c47b1a Fixed tmpfs with mode failure
Fixes #807
now kompose will ignore mode of tmpfs and will pass only mount path.
2017-09-25 14:44:03 +05:30

11 lines
155 B
YAML

version: "2"
services:
redis-master:
image: gcr.io/google_containers/redis:e2e
ports:
- "6379"
tmpfs:
- /tmp:rw,noexec,nosuid