Skip to content

Rouji/single_php_filehost_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example usage

docker build . -t single_php_filehost
docker run -d -p 8080:80 \
    -e SERVER_NAME=example.com \
    -e MAX_FILESIZE=10 \
    -e MIN_FILEAGE=1 \
    -e MAX_FILEAGE=10 \
    -e UPLOAD_TIMEOUT=60 \
    -e [email protected] \
    -e EXTERNAL_HOOK=/hook.sh \
    -v /path/to/files:/files \
    -v /path/to/hook.sh:/hook.sh \
    single_php_filehost

About

shiddy attempt at docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •