gitlist-docker
gitlist-docker copied to clipboard
A ready to use docker image with preinstalled gitlist.
The container does not need write access to the host's repositories, so for safety sake, it's better to force read-only access by appending the :ro modifier to the -v command...
ubuntu:latest comes with php7 as a default, so apt-get install php5-fpm fails when building the image. Fix is to build FROM ubuntu:14.04
I wanted to try out this image to test gitlist without installing all of its deps, but I get a 502 Bad Gateway response from localhost:8888 no matter what I...