https://github.com/firstandthird/maintenance
a really tiny server that returns a 503 with a custom message. Best run in a docker container.
https://github.com/firstandthird/maintenance
Last synced: 24 days ago
JSON representation
a really tiny server that returns a 503 with a custom message. Best run in a docker container.
- Host: GitHub
- URL: https://github.com/firstandthird/maintenance
- Owner: firstandthird
- Created: 2015-07-14T04:09:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T04:12:37.000Z (almost 11 years ago)
- Last Synced: 2025-12-12T21:35:39.001Z (6 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maintenance
a really tiny server that returns a 503 with a custom message. Best run in a docker container.
## Usage
```
docker run -d -e PORT=80 -p 80:80 -e MESSAGE="Some custom message" firstandthird/maintenance
```