rockstorm101 / git-server-docker

Git server over SSH
GNU General Public License v3.0
63 stars 14 forks source link

Instructions about disabling interactive login are incorrect #8

Closed nestor013 closed 1 year ago

nestor013 commented 1 year ago

According to section Disable Git User Interactive Login I tried to mount an executable (empty sh script). I got a git-server | chown: /home/git/git-shell-commands/no-interactive-login: Read-only file system

Apparently the error comes from the :ro in the corresponding volume instruction. If removing it, all work fine. Hope it could help.

rockstorm101 commented 1 year ago

You are very right, good catch. Thanks for reaching out.