mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
add git protocol v2 support via SSH on Docker image (#5520)
* add git protocol v2 support via SSH on Docker image * remove new layer on dockerfile
This commit is contained in:
parent
15d6cf179d
commit
6e114f6791
1 changed files with 2 additions and 0 deletions
|
@ -29,3 +29,5 @@ AllowUsers git
|
|||
|
||||
Banner none
|
||||
Subsystem sftp /usr/lib/ssh/sftp-server
|
||||
|
||||
AcceptEnv GIT_PROTOCOL
|
Loading…
Reference in a new issue