forked from maziggy/bambuddy
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Docker Compose
Marko@VMHOMELAB edited this page Jun 6, 2026
·
3 revisions
mkdir printbuddy
cd printbuddy
curl -fsSLO https://raw.githubusercontent.com/vmhomelab/Printbuddy/main/docker-compose.yml
docker compose up -dservices:
printbuddy:
image: ghcr.io/vmhomelab/printbuddy:latest
container_name: printbuddy
network_mode: host
environment:
- TZ=Europe/Berlin
- PUID=1000
- PGID=1000
- PORT=8000
volumes:
- printbuddy_data:/app/data
- printbuddy_logs:/app/logs
restart: unless-stopped
volumes:
printbuddy_data:
printbuddy_logs:- Stable:
ghcr.io/vmhomelab/printbuddy:latest - Development/testing:
ghcr.io/vmhomelab/printbuddy:dev
If you copied an older compose file from before the Printbuddy fork was restored, check it before starting containers:
grep -E 'maziggy|bambuddy|ghcr.io/.*/bambuddy' docker-compose.yml || trueReplace old references with:
image: ghcr.io/vmhomelab/printbuddy:latestand refresh from:
https://raw.githubusercontent.com/vmhomelab/Printbuddy/main/docker-compose.yml