Skip to content

Commit

Permalink
Merge branch 'release/2.4.37' into craft-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed May 14, 2021
2 parents 4ba047f + 335be64 commit 69f8a7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nystudio107/craft Change Log

## 2.4.37 - 2021.05.14
### Changed
* Added `logs` and `compiled_templates` dirs back in, so they appear on the client side

## 2.4.36 - 2020.05.09
### Changed
* Silence errors from the root `post-create-project-cmd` script
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ services:
volumes: &php-volumes
- cpresources:/var/www/project/cms/web/cpresources:delegated
- storage:/var/www/project/cms/storage:delegated
- ./cms/storage/logs:/var/www/project/cms/storage/logs:delegated
- ./cms/storage/runtime/compiled_templates:/var/www/project/cms/storage/runtime/compiled_templates:delegated
- ./cms:/var/www/project/cms:cached
- ./cms/vendor:/var/www/project/cms/vendor:delegated
# php - run php-fpm with xdebug
Expand Down

0 comments on commit 69f8a7b

Please sign in to comment.