aurweb/docker/scripts/run-sshd.sh
Kevin Morris 829a8b4b81
Revert "fix(docker): apply chown each time sshd is started"
This reverts commit 952c24783b.

The issue found was actually:
- If `./aur.git` exists within the aurweb repository locally,
  it also ends up in the destination, stopping the aurweb_git_data
  volume from being mounted properly.
2022-08-13 20:56:43 -07:00

2 lines
46 B
Bash
Executable file

#!/bin/bash
exec /usr/sbin/sshd -e -p 2222 -D