Skip to content

Instantly share code, notes, and snippets.

@ludofleury
Created October 31, 2018 17:24
Show Gist options
  • Save ludofleury/749e04bb9ba98b322919c25e73d43849 to your computer and use it in GitHub Desktop.
Save ludofleury/749e04bb9ba98b322919c25e73d43849 to your computer and use it in GitHub Desktop.

Revisions

  1. ludofleury created this gist Oct 31, 2018.
    16 changes: 16 additions & 0 deletions docker-compose.yml
    Original 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