Guest User

Untitled

a guest
Nov 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. .
  2. ├── a.yml
  3. └── b
  4. └── b.yml
  5.  
  6. version: "2.2"
  7.  
  8. services:
  9. a:
  10. build:
  11. context: ./
  12.  
  13. version: "2.2"
  14.  
  15. services:
  16. b:
  17. build:
  18. context: ./
  19.  
  20. services:
  21. a:
  22. build:
  23. context: /Volumes/Disk/Development/spaces/docker/docker-compose-relative-path
  24. b:
  25. build:
  26. context: /Volumes/Disk/Development/spaces/docker/docker-compose-relative-path
  27. version: '2.2'
Add Comment
Please, Sign In to add comment