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.
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.