https://github.com/131/http-ping
https://github.com/131/http-ping
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/131/http-ping
- Owner: 131
- Created: 2022-11-06T21:49:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T22:00:36.000Z (over 3 years ago)
- Last Synced: 2025-05-15T05:35:08.250Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a very simple /ping echo http server
Usefull to test you docker / swarm / whatever setup
# Usage
```
docker run -p 8080:8080 -e HTTP_PORT=8080 ghcr.io/131/http-ping
curl "http://127.0.0.1:8080/ping"
> pong
```