waschinski / photo-stream

Self-hosted, super simple photo stream
https://github.com/waschinski/photo-stream
MIT License
448 stars 68 forks source link

jekyll serve --host=0.0.0.0 #45

Open timdonovanuk opened 1 year ago

timdonovanuk commented 1 year ago

FYI if you're running this on a remote server, the command given in the example will bind it to localhost and photo-stream won't be available.

bundle exec jekyll serve --host=0.0.0.0 is a safer command that ensures it is reachable whever.

Cheers and nice work!