Sign inSign up

takeyamajp/git

By takeyamajp

Updated almost 4 years ago

Git Server over HTTP/HTTPS Protocol

Image
1

483

takeyamajp/git repository overview

git

Star this repository if it is useful for you.
Docker Stars Docker Pulls license

Image summary
FROM rockylinux:9  
MAINTAINER "Hiroki Takeyama"

ENV TIMEZONE Asia/Tokyo

ENV REQUIRE_SSL true

ENV HTTPD_LOG true  
ENV HTTPD_LOG_LEVEL warn

ENV GIT_REPOSITORY dev.git  
ENV GIT_USER user1,user2  
ENV GIT_PASSWORD password1,password2

VOLUME /git

EXPOSE 80  
EXPOSE 443

Tag summary

Content type

Image

Digest

sha256:e63c9ae70

Size

103 MB

Last updated

almost 4 years ago

docker pull takeyamajp/git