Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 351 Bytes

yaml-test.md

File metadata and controls

24 lines (20 loc) · 351 Bytes
layout title date
csv
test of yaml front-matter
2020-05-13

Anything above this is yaml frontmatter. Anything below this is in-line yaml "code"

version: "2"
services:

  php:
    volumes:
      - your-app-files:/app:nocopy

  nginx:
    volumes:
      - your-app-files:/app:nocopy

volumes:
  your-app-files:
    external: true