summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile.cgit (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-08-13Add port expose directives to DockerfilesMalfurious1-0/+1
This is useful as documentation to the user, but can be necessary to work with some docker-compose setups. Signed-off-by: Malfurious <m@lfurio.us>
2022-08-07Add cgit docker imageMalfurious1-0/+15
Apache webserver (httpd) is setup minimally to host cgit on a website (sub)domain root. cgitrc config file is based on that from my previous installation, in my personal website. Signed-off-by: Malfurious <m@lfurio.us>