Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Nocoń committed Oct 18, 2019
2 parents ea31635 + 5a63d04 commit c371075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/docker/base-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- db
environment:
- COMPOSER_MEMORY_LIMIT
- PHP_INI_ENV_memory_limit
- APP_ENV=${APP_ENV-dev}
- APP_DEBUG
- APP_HTTP_CACHE
Expand Down
1 change: 1 addition & 0 deletions doc/docker/base-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- db
environment:
- COMPOSER_MEMORY_LIMIT
- PHP_INI_ENV_memory_limit
- APP_ENV=${APP_ENV-prod}
- APP_DEBUG
- APP_HTTP_CACHE
Expand Down

0 comments on commit c371075

Please sign in to comment.