Skip to content

Commit

Permalink
add :nocopy
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed May 5, 2017
1 parent a5f929a commit e7b14dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ services:
environment:
RAILS_ENV: 'development'
volumes:
- rsync-sync:/var/www # will be mounted on /var/www
- rsync-sync:/var/www:nocopy # will be mounted on /var/www
unison:
volumes:
- unison-sync:/var/www # will be mounted on /app/code
- unison-sync:/var/www:nocopy # will be mounted on /app/code
volumes:
rsync-sync:
external: true
Expand Down

0 comments on commit e7b14dd

Please sign in to comment.