Browse Source

fixed readme for gitea

tags/v1.0.0
Robin Thoni 5 years ago
parent
commit
b877f065d0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -10,10 +10,10 @@ usermod -a -G docker git
10 10
 ```
11 11
 
12 12
 
13
-/app/gogs/gogs: (chmod +x)
13
+/app/gitea/gitea: (chmod +x)
14 14
 ```
15 15
 #!/bin/sh
16
-docker exec -e SSH_ORIGINAL_COMMAND="${SSH_ORIGINAL_COMMAND}" gitea-gitea $0 "$@"
16
+docker exec -i -u git -e SSH_ORIGINAL_COMMAND="${SSH_ORIGINAL_COMMAND}" gitea-gitea $0 "$@"
17 17
 ```
18 18
 
19 19
 /etc/ssh/sshd_config:

Loading…
Cancel
Save