Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

CLOSES #848: Removes ENABLE_* env variables from docker-compose config example. #885

Merged
merged 1 commit into from
Sep 19, 2019
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
2 changes: 0 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ENABLE_SSHD_BOOTSTRAP=true
ENABLE_SSHD_WRAPPER=true
SSH_AUTHORIZED_KEYS=
SSH_CHROOT_DIRECTORY=%h
SSH_INHERIT_ENVIRONMENT=false
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Summary of release changes.
- Adds exec proxy function to `sshd-wrapper` used to pass through nice.
- Adds double quotes around value containing spaces.
- Fixes validation failure of 0 second --timeout value in `test/health_status`.
- Removes `ENABLE_SSHD_BOOTSTRAP` from docker-compose example configuration.
- Removes `ENABLE_SSHD_WRAPPER` from docker-compose example configuration.

### 2.6.0 - 2019-06-20

Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ services:
context: "."
dockerfile: "Dockerfile"
environment:
ENABLE_SSHD_BOOTSTRAP: "${ENABLE_SSHD_BOOTSTRAP}"
ENABLE_SSHD_WRAPPER: "${ENABLE_SSHD_WRAPPER}"
SSH_AUTHORIZED_KEYS: "${SSH_AUTHORIZED_KEYS}"
SSH_CHROOT_DIRECTORY: "${SSH_CHROOT_DIRECTORY}"
SSH_INHERIT_ENVIRONMENT: "${SSH_INHERIT_ENVIRONMENT}"
Expand Down