jglovier / resume-template

:page_facing_up::briefcase::tophat: A simple Jekyll + GitHub Pages powered resume template.
http://resume-template.joelglovier.com
MIT License
1.87k stars 1.76k forks source link

docker run issue #161

Open usama28232 opened 1 year ago

usama28232 commented 1 year ago

Hi, hope you are having a good day

I was unable to run the repository locally with docker on windows 10 with docker version "24.0.2, build cb74dfc" I had to make changes in docker cmd and add host flag with 0.0.0.0, and add port flag to docker run cmd

creating a pull request with changes!

pratik-choudhari commented 7 months ago

@usama28232 I faced the same issue and tried your solution in #160, it works but with a gotcha. Although the output of docker cli is this: image

Website is accessible on http://127.0.0.1:4000/ I don't know if this is an issue with docker on windows

usama28232 commented 7 months ago

thanks for the update. however, the default branch works fine on linux ubuntu this probably has something to do with windows

pratik-choudhari commented 7 months ago

Right, it would be better if it's specified in readme