A simple Node.js web server that displays client IP address, timezone, and time information.
1.0K
A lightweight Node.js application that displays client IP address, timezone, and time information in a clean dark-themed UI.
docker run -p 3000:3000 -e TZ=Asia/Kolkata --restart unless-stopped --name ipapp shantanupatil01/ipapp:latest
Then visit http://localhost:3000 in your browser.
services:
ipapp:
container_name: ipapp
image: shantanupatil01/ipapp:latest
ports:
- "3000:3000"
environment:
- TZ=Asia/Kolkata
restart: unless-stopped
This image supports multiple architectures:
Content type
Image
Digest
sha256:15fc9950c…
Size
54.2 MB
Last updated
over 1 year ago
docker pull shantanupatil01/ipapp