forked from maziggy/bambuddy
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting
Marko@VMHOMELAB edited this page Jun 13, 2026
·
4 revisions
docker compose ps
docker compose logs --tail=200 printbuddygrep -E 'image:|vmhomelab|printbuddy' docker-compose.ymlExpected Printbuddy image:
docker.io/vmhomelabde/printbuddy:latest
or, for development testing:
docker.io/vmhomelabde/printbuddy:dev
On Linux, network_mode: host is recommended for printer discovery, camera access, and virtual-printer workflows.
On Docker Desktop, use explicit port mappings instead because host networking is not available in the same way.
# Pull latest stable image
docker pull docker.io/vmhomelabde/printbuddy:latest
# Restart after config changes
docker compose up -d
# Follow logs
docker compose logs -f printbuddy