git-server-docker-stagit

git-server-with-stagit
git clone git://git.andersuno.nu/git-server-docker-stagit.git
Log | Files | Refs | README

commit 72f69a5d6b8e719d0c8120f076097a27100ed366
parent 873dae4722180358742101144b0cae6d4ad54ae4
Author: Akuario <jkarlos.b@gmail.com>
Date:   Thu, 30 Nov 2017 15:07:13 +0100

Fixed openssl warnings related issue #6

Diffstat:
MREADME.md | 2+-
Mdocker-compose.yml | 4++--
Msshd_config | 8++++----
3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -5,7 +5,7 @@ A lightweight Git Server Docker image built with Alpine Linux. Available on [Git ### Basic Usage -How to run the container in port 2222 with two volumes, keys volume for public keys and repos volume for git repositories: +How to run the container in port 2222 with two volumes: keys volume for public keys and repos volume for git repositories: $ docker run -d -p 2222:22 -v ~/git-server/keys:/git-server/keys -v ~/git-server/repos:/git-server/repos jkarlos/git-server-docker diff --git a/docker-compose.yml b/docker-compose.yml @@ -3,8 +3,8 @@ version: '2' services: git-server: - #image: jkarlos/git-server-docker - build: . + image: jkarlos/git-server-docker + #build: . restart: always container_name: git-server ports: diff --git a/sshd_config b/sshd_config @@ -76,14 +76,14 @@ PasswordAuthentication no # Change to no to disable s/key passwords #ChallengeResponseAuthentication yes -# Kerberos options -KerberosAuthentication no +# Kerberos options (deprecated) +#KerberosAuthentication no #KerberosOrLocalPasswd yes #KerberosTicketCleanup yes #KerberosGetAFSToken no -# GSSAPI options -GSSAPIAuthentication no +# GSSAPI options (deprecated) +#GSSAPIAuthentication no #GSSAPICleanupCredentials yes # Set this to 'yes' to enable PAM authentication, account processing,