mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
fix sshd command
This commit is contained in:
parent
0ed22d8372
commit
49e06daedd
@ -95,7 +95,7 @@ cat > /etc/supervisor/conf.d/openssh-server.conf <<EOF
|
||||
[program:openssh-server]
|
||||
priority=20
|
||||
directory=/tmp
|
||||
command=/usr/sbin/sshd
|
||||
command=/usr/sbin/sshd -D
|
||||
user=root
|
||||
autostart=true
|
||||
autorestart=true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user