blackbirdchess-docker-dev/docker-compose-dev.yml

18 lines
358 B
YAML

version: '2'
services:
### Applications Code Container #############################
applications:
image: tianon/true
volumes:
- applications-sync:/var/www:nocopy # nocopy is required
### Volumes Setup #############################################
volumes:
applications-sync:
external:
name: "applications-host-sync"