Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

Maintenance

License: MIT

Simple HTTP server that responds to GET and POST requests on every route with your (custom) maintenance message and status 503.

Usage

Write your message in a file (e.q. my-message.txt):

Server is undergoing maintenance.

Then run:

docker run -d -p 80:80 -v $PWD/my-message.txt:/message.txt judge0/maintenance:0.1.0

Visit http://<Server IP>.

About

Simple HTTP server that responds to GET and POST requests on every route with your (custom) maintenance message and status 503.

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.