PierreZ / goStatic

A really small static web server for Docker
GNU General Public License v2.0
391 stars 77 forks source link

htdocs folder #48

Closed itsKV closed 2 years ago

itsKV commented 2 years ago

Where to keep index.html file on host to serve it from goStatic container? Config says it's /srv/http. But where to find this folder on host?

itsKV commented 2 years ago

My bad... I forgot to pass following argument while running container. -v path/to/website:/srv/http

Then the folder at location path/to/website will be goStatic's htdocs.