harbor docker container fix when f'd.

Created: 20 May 2026

Edited: 20 May 2026

Move to the harbor directory

cd /path/to/harbor

1. Take down the harbor stack

docker compose down

2. Surgically remove ONLY the harbor network

Replace 'harbor_harbor' with the name found in step 1

docker network rm harbor_harbor 2>/dev/null || true

3. Bring it back up (this creates a fresh network)

docker compose up -d

^^^^ potential harbor fix, intended to be scripted and run semi-regularly by cron.