File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A lightweight Git Server Docker image built with Alpine Linux. Available on [Git
55
66### Basic Usage
77
8- How to run the container in port 2222 with two volumes, keys volume for public keys and repos volume for git repositories:
8+ How to run the container in port 2222 with two volumes: keys volume for public keys and repos volume for git repositories:
99
1010 $ docker run -d -p 2222:22 -v ~/git-server/keys:/git-server/keys -v ~/git-server/repos:/git-server/repos jkarlos/git-server-docker
1111
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ version: '2'
33services :
44
55 git-server :
6- # image: jkarlos/git-server-docker
7- build : .
6+ image : jkarlos/git-server-docker
7+ # build: .
88 restart : always
99 container_name : git-server
1010 ports :
Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ PasswordAuthentication no
7676# Change to no to disable s/key passwords
7777# ChallengeResponseAuthentication yes
7878
79- # Kerberos options
80- KerberosAuthentication no
79+ # Kerberos options (deprecated)
80+ # KerberosAuthentication no
8181# KerberosOrLocalPasswd yes
8282# KerberosTicketCleanup yes
8383# KerberosGetAFSToken no
8484
85- # GSSAPI options
86- GSSAPIAuthentication no
85+ # GSSAPI options (deprecated)
86+ # GSSAPIAuthentication no
8787# GSSAPICleanupCredentials yes
8888
8989# Set this to 'yes' to enable PAM authentication, account processing,
You can’t perform that action at this time.
0 commit comments