Skip to content

Simple docker container to upload files using a html form

Notifications You must be signed in to change notification settings

andythebreaker/docker-nginx-php-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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

  • Dockerfile 53.7%
  • PHP 42.7%
  • Shell 3.6%