Skip to content

00000vish/docker-whats-my-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-network-whats-my-ip

A docker image that spins up a web-page with your networks public IP.

Docker Run

docker run -e PORT=3000 -p 3000:3000 00000vish/docker-whats-my-ip

Docker Compose

services:
  whats-my-ip:
    image: 00000vish/docker-whats-my-ip:latest
    container_name: whats-my-ip
    environment:
      - PORT=3000
    ports:
      - 3000:3000
  restart: unless-stopped

Screenshot

Screenshot

About

A docker image that spins up a web-page with your networks public IP.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published