Skip to content

Commit

Permalink
Running docker-compose up in the project root folder wouldn't work on…
Browse files Browse the repository at this point in the history
… Windows. Fixes #1543.
  • Loading branch information
fniessink committed Oct 8, 2020
1 parent f90de2c commit 15ef503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
COMPOSE_PATH_SEPARATOR=":"
COMPOSE_FILE=docker/docker-compose.yml:docker/docker-compose.override.yml
COMPOSE_PROJECT_NAME=quality-time
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Show how to set the time zone of the renderer in the [docker-compose.yml](../docker/docker-compose.yml) to that PDF exports contain the correct local time. Fixes [#1529](https://github.com/ICTU/quality-time/issues/1529).
- The date picker for the end date of technical debt has a minimum date set to today. Apparently, if the current value of the technical debt end date is far enough in the past so that the whole month popup consists of disabled dates, the date picker will crash. Worked around by removing the minimum date. Fixes [#1534](https://github.com/ICTU/quality-time/issues/1534).
- Running `docker-compose up` in the project root folder wouldn't work on Windows. Fixes [#1543](https://github.com/ICTU/quality-time/issues/1543).

## [3.8.0] - [2020-10-04]

Expand Down

0 comments on commit 15ef503

Please sign in to comment.