kompose/script/test/fixtures/volume-mounts/simple-vol-mounts/docker-compose.yml
Suraj Deshmukh e879164c2e Create PVC object for docker-compose volumes
Instead of creating emptydir, create PersistentVolumeClaim
for docker-compose volumes by default

Fixes #150
2016-10-06 17:58:17 +05:30

10 lines
127 B
YAML

version: "2"
services:
httpd:
image: docker.io/fedora/apache
ports:
- "80"
volumes:
- /var/www/html