docker-nginx-static-server/README.md
2022-04-07 12:00:50 +02:00

381 B

⚠️ Deprecated use docker-static

Nginx Docker Static Files Server 🐳

Small boilerplate for static serving the ./data directory.

  1. Create data dir.
  2. Put files inside.
  3. docker-compose up -d

Autoindex

If nginx should autoindex (show the content of a directory) remove the comment in the nginx.conf file.