Skip to content

Commit

Permalink
Adjust composer setup so we can store other setup items, such as gith…
Browse files Browse the repository at this point in the history
…ub tokens for use across containers
  • Loading branch information
Keoghan committed Jan 16, 2019
1 parent 873a27a commit 5d674c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- porter
volumes:
- {{ $home }}:/srv/app:delegated
- {{ $libraryPath }}/composer/cache:/root/.composer/cache
- {{ $libraryPath }}/composer:/root/.composer
- {{ $libraryPath }}/config/user/ssh:/root/.ssh
- {{ $libraryPath }}/config/{{ $version->cli_name }}/php.ini:/etc/php/{{ $version->version_number }}/cli/php.ini
- {{ $libraryPath }}/config/{{ $version->cli_name }}/xdebug.ini:/etc/php/{{ $version->version_number }}/cli/conf.d/xdebug.ini
Expand Down

0 comments on commit 5d674c8

Please sign in to comment.