A static file server with directory indexing for Docker.
I needed a simple way to share files on my local network through http
.
Do not use this on the internet without running it behind an authentication system.
version: "3.8"
services:
serve:
image: elDekyfin/serve
ports:
- 8080:8080
volumes:
- /path/to/dir:/var/static
/var/static
Directory to serve