Skip to content

takeyamajp/docker-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git

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

Supported tags and respective Dockerfile links

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

About

Git Server over HTTP/HTTPS Protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published