Skip to content

dkyeremeh/serve-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Serve

A static file server with directory indexing for Docker.

Screenshot

Why I created this package

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.

How to Use it

Docker compose

version: "3.8"

services:
  serve:
    image: elDekyfin/serve
    ports:
      - 8080:8080
    volumes:
      - /path/to/dir:/var/static

Volumes

/var/static Directory to serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published