Sign inSign up

emazzotta/simple-fileserver-docker

By emazzotta

Updated about 1 month ago

A super simple fileserver

Image
0

10K+

emazzotta/simple-fileserver-docker repository overview

Simple Fileserver Docker License Twitter

Simple fileserver does what it says, it's a Docker container for the simple http Python 3 server.

Use

version: '3'

services:
  fileserver:
    image: emazzotta/simple-fileserver-docker
    volumes:
      - .:/app
    ports:
      - 8000:8000

Author

Emanuele Mazzotta

Tag summary

Content type

Image

Digest

sha256:22e615cb5

Size

17 MB

Last updated

about 1 month ago

docker pull emazzotta/simple-fileserver-docker