Skip to content

ShlomiPorush/portcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Port Checker

This is a simple port checker that I made for my own use. It's not very fancy, but it gets the job done.

Port Checker

Quick Start with Docker

The easiest way to run the dashboard is using the pre-built Docker image:

  1. Create a docker-compose.yml file:

     services:
         portcheck:
             image: shlomip/portcheck:latest
             ports:
             - 3000:3000
  2. Run it:

    docker compose up -d

Run with Docker CLI

Alternatively, you can run it directly:

docker run -d -p 3000:3000 \
  shlomip/portcheck:latest

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

A simple port checker app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors