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: 4 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T04:12:37.000Z (about 10 years ago)
- Last Synced: 2025-03-04T09:40:26.471Z (4 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 1
- Watchers: 3
- 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
```