So i tried following Option B from install guide using powershell:
mkdir bambuddy
cd bambuddy
Invoke-WebRequest -Uri https://raw.githubusercontent.com/maziggy/bambuddy/main/docker-compose.yml -OutFile docker-compose.yml
docker compose up -d
Have docker container running successfully on my win 11 machine and unable to access via browser using machine IP & port 8000. Browser shows refused to connect. No FW or anything special for app blocking in browser.
Logging to file: /app/logs/bambuddy.log
Bambuddy starting - debug=False, log_level=INFO
INFO: Started server process [19]
INFO: Waiting for application startup.
MQTT relay disabled
Background dispatch dispatcher started
Smart plug scheduler started
Smart plug energy snapshot loop started
Print scheduler started
Notification digest scheduler started
Starting GitHub backup scheduler
Starting local backup scheduler
Starting Obico detection service
Starting library trash sweeper
Starting archive auto-purge sweeper
AMS history recording started
Printer runtime tracking started
SpoolBuddy watchdog started
Camera stream cleanup started
Expected prints cleanup started
Auth periodic cleanup started
Virtual printer manager synced from database
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)