1234567891011121314151617 |
- version: '3'
- 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-docker-sync"
|