Skip to content

Simple docker container to upload files using a html form

Notifications You must be signed in to change notification settings

idjohnson/docker-nginx-php-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  • Smarty 59.0%
  • PHP 23.7%
  • Dockerfile 15.3%
  • Shell 2.0%