← ALL PROJECTS
DEVOPS·Jul 2025
Portscope
Bash utility that scans Docker Compose files to detect port conflicts before containers launch. Prevents 'port already in use' errors at deploy time.
$curl -O https://raw.githubusercontent.com/bnap00/portscope/main/portscope.sh

TECH STACK
ShellDockerDocker Compose
Single curl install. Detects host port conflicts across Compose stacks, with optional --free-port to kill the blocking service. CI/CD ready with --yes flag.