Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Ph3nol/Docker-Arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph3nol committed Oct 12, 2017
2 parents 3bcad02 + c458492 commit 0e7a77f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion examples/complex-php-project/.docker-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
# PHP Container
- type: php
identifier: cli-instance-example
path: ${PATH:-../app}
path: ${APP_PATH:-../app}
options:
version: "7.1"
cli: true
Expand Down
2 changes: 0 additions & 2 deletions src/Application/Resources/views/Base/docker-sync.yml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ syncs:
- ".DS_Store"
- ".phpintel"
- ".idea"
- "logs/*"
- "cache/*"
{% if service.options.app_type|default(null) == 'symfony' %}
- "app/logs/*"
- "app/cache/*"
Expand Down

0 comments on commit 0e7a77f

Please sign in to comment.