Created
October 31, 2018 17:24
-
-
Save ludofleury/749e04bb9ba98b322919c25e73d43849 to your computer and use it in GitHub Desktop.
Revisions
-
ludofleury created this gist
Oct 31, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ version: "3.0" services: composer: image: composer/composer working_dir: /var/app volumes: - project:/var/app - ./var/composer:/composer volumes: project: driver: local driver_opts: type: none device: ${PWD} o: bind