Synology & UGREEN: Dockhand Docker Version 1.0.12

Synology & UGREEN Dockhand Docker Version 1.0.12

On January 22, 2026, Dockhand switched from version 1.0.11 to the new 1.0.12 version. Dockhand fixes the following issues and adds new options:

🔔Changelog

New – Add SKIP_DF_COLLECTION env var to disable slow disk usage collection on NAS devices. If Dockhand’s dashboard loads slowly or times out on old NAS devices from the Synology or QNAP vendors, this is likely caused by Docker’s /system/df API call which can be extremely slow on certain storage backends. To disable disk usage collection entirely, set the SKIP_DF_COLLECTION environment variable like the example below. If you don’t experience any loading issues of the Dockhand dashboard, you don’t have to change anything.

docker run -d --name=Dockhand \
-p 3866:3000 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /volume1/docker/dockhand:/app/data:rw \
-e SKIP_DF_COLLECTION=true \
--restart=always \
fnsys/dockhand:latest

Fix: Terminal/shell connections to direct TLS/mTLS and Hawser Standard environments
Fix: Crash when Hawser agent is stopped from Dockhand
Fix: Skip auto-update for SHA-pinned images (image@sha256:…)
Fix: Terminal/shell connections to direct TLS/mTLS and Hawser Standard environments
Fix: Adopted stacks using wrong .env path from internal directory instead of original location
Fix: Improve /login audit logs information
Fix: Login/logout screen refresh issue
Fix: Password change not persisting
Fix: Audit log page showing empty values

📋Install Dockhand 1.0.12 On Your Synology NAS

🔄How to Update Dockhand to Version 1.0.12 on Synology NAS

📋Install Dockhand 1.0.12 On Your UGREEN NAS

🔄How to Update Dockhand to Version 1.0.12 on UGREEN NAS

📋Dockhand Tips & Tricks

Dockhand 1.0.12

What is Dockhand? Dockhand allows you to easily manage your different Docker environments. Dockhand is a modern, self-hosted Docker management platform with an intuitive web interface for homelabs, small businesses, and enterprises. It simplifies container operations, stack deployments, and observability through real-time management (start/stop/restart containers, web terminals, file transfers), a visual Compose editor, GitOps auto-sync, metrics, logs, OIDC/SSO, MFA, vulnerability scans, and multi-host support via the open-source Hawser agent. You can deploy it quickly as a Docker container with no cloud dependencies or telemetry. It’s forever free for personal use.

This post was updated on Thursday / January 22nd, 2026 at 6:40 PM