Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add changelog
  • Loading branch information
GrahamDennis committed Dec 16, 2019
commit 89a26f95fa97bb4790b4c710d4aa81a2c0c5f041
9 changes: 9 additions & 0 deletions changelog/@unreleased/pr-424.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
type: fix
fix:
description: |+
Fix parsing of docker-compose output

Set the `COLUMNS` environment variable to an artificially large value for the docker-compose process. This works around newer versions of docker-compose (at least 1.25.0-rc4+) which adjust their output based on the width of the terminal.

links:
- https://github.com/palantir/docker-compose-rule/pull/424