Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Files

Latest commit

56d9141 · Apr 7, 2022

History

History
13 lines (8 loc) · 381 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 381 Bytes

⚠️ 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.