Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Pin `mistune` Python dependency to preserve compatibility with `nbconvert` (#7371)
- Cache playwright's chromium installation on GitHub Actions (#7372)
- Fix broken link to the Vagrant installation guide in `README.md` (#7349)
- Fix `extra_hosts` configuration in `compose.yaml` (#7375)

## [v2.6.1]

Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
- TZ=America/Toronto
command: /usr/sbin/sshd -D -e
user: root
extra_hosts: []
extra_hosts: {}
ports:
- '2222:22'
entrypoint: .dockerfiles/entrypoint-dev-ssh.sh
Expand Down