Skip to content

rogvold/docker-nginx-php-upload

 
 

Repository files navigation

docker-nginx-php-upload

Example execution:

docker run --rm -it -v "$PWD/data:/data" -p 32773:80 adrianlzt/docker-nginx-php-upload

Go to http://localhost:32773 to upload files.

Files will be uploaded to /data/uploads

Upload limit size: 10000MB

About

Simple docker container to upload files using a html form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 61.4%
  • Shell 22.2%
  • Dockerfile 16.2%
  • HTML 0.2%