Fixed openssl warnings related issue #6

This commit is contained in:
Akuario 2017-11-30 15:07:13 +01:00
parent 873dae4722
commit 72f69a5d6b
3 changed files with 7 additions and 7 deletions

View file

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

View file

@ -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:

View file

@ -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,