SuRaMoN / weave-gitstats

Git statistics with weave visualization
Mozilla Public License 2.0
7 stars 3 forks source link

Getting apache2 default page #1

Open afewell opened 5 years ago

afewell commented 5 years ago

Hi, when I run this container and visit the url, I jst see the standard default apache2 page like you would see on an unconfigured apache server.

There were no errors on the CLI when I ran the container, it downloaded the github repo I specified (cna-tech/pks-ninja), but the browser doesnt work.

Thanks!

SuRaMoN commented 5 years ago

It tried it with cna-tech/pks-ninja and it seems to work with me. Can you paste the full docker command you used? Does the docker command in the example (docker run -p 8080:80 -e GIT_URL="https://github.com/symfony/yaml.git" -it suramon/weave-gitstats) also give you a blank page?