From 23c763a5b4bcea34db1997ac5167c59d6f39b89f Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 11 Mar 2024 14:45:12 +0100 Subject: [PATCH] log to stdout for docker (compose) logs --- sftp-share.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sftp-share.yml b/sftp-share.yml index 309b8a4..62393a1 100644 --- a/sftp-share.yml +++ b/sftp-share.yml @@ -128,7 +128,7 @@ done unset $SFTPUSERS ### Start SSHD/SFTP-Server - /usr/sbin/sshd -D -f /etc/sftp-share.conf + /usr/sbin/sshd -D -f /etc/sftp-share.conf -E /proc/1/fd/1 backup: yes validate: /bin/bash -n %s notify: