jonashaag / klaus

docker run klaus / pip install klaus — the first Git web viewer that Just Works™.
http://klausdemo.lophus.org
Other
686 stars 102 forks source link

Expose port 80 in Dockerfile #289

Closed antoniomacri closed 2 years ago

antoniomacri commented 2 years ago

Fixes #288

jonashaag commented 2 years ago

Actually I just realised that we don't use the port 80 anywhere in the Docker setup. So I would recommend creating your own Docker image instead:

FROM jonashaag/klaus
EXPOSE 80
antoniomacri commented 2 years ago

You're right, I understand. Feel free to close the issue.