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