changing compose file name for using docker sync stack

This commit is contained in:
Arian Acosta
2017-07-15 08:28:15 -04:00
parent 42fc8b7b57
commit 9585a4a7ab

View File

@ -1,17 +0,0 @@
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"