Skip to content

Commit

Permalink
Merge pull request #305 from shrop/fix-issue-227
Browse files Browse the repository at this point in the history
Set 80 columns for docker exec -it bash sessions
  • Loading branch information
csandanov committed Aug 31, 2018
2 parents c97524f + 63181b6 commit 6417c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
DB_PASSWORD: $DB_PASSWORD
DB_NAME: $DB_NAME
DB_DRIVER: $DB_DRIVER
COLUMNS: 80 # Set 80 columns for docker exec -it.
## Read instructions at https://wodby.com/stacks/drupal/docs/local/xdebug/
# PHP_XDEBUG: 1
# PHP_XDEBUG_DEFAULT_ENABLE: 1
Expand Down

0 comments on commit 6417c25

Please sign in to comment.