Skip to content

A simple docker image to serve index.php to all inbound requests

License

Notifications You must be signed in to change notification settings

ProbablyRational/docker-catchall-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker catchall http server

This is a small docker container to serve a single index.php to all inbound requests.

Twitter Github Stars Docker Pulls MIT license

Useage

docker create \ 
  --name=docker-catchall \
  -v <path to data>:/var/www/html \
  -e PAGE_TITLE= "Service unavailable" \
  -e PAGE_BODY= "#domain# is currently unavailable" \
  -p 80:80 
  probablyrational/catchall-http

Parameters

Enviromental varibles

Files and folders

  • :/var/www/html

Ports

  • 80

Meta

Probably Rational Ltd. – @probablypicontact@probablyrational.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/probablyrational/docker-catchall-http

Contributing

  1. Fork it (https://github.com/probablyrational/docker-catchall-http/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Releases

No releases published

Packages

No packages published

Languages