A lightweight, self-hosted web dashboard to check and update your Docker containers. It provides a safe, modern, and user-friendly interface to manage container updates manually or automatically.
Note: This tool acts as a control center. It uses the industry-standard Watchtower engine internally to perform the actual container replacements safely and reliably.
The easiest way to run the Update Commander.
services:
update-commander:
image: boingbasti/update-commander:latest
container_name: update-commander
restart: unless-stopped
ports:
- "5005:5000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./config:/app/config
environment:
- TZ=Europe/Berlin
No complex environment variables needed! All logic settings are managed via the Web UI.
| Type | Path / Variable | Description | Notes |
|---|---|---|---|
| Volume | /var/run/docker.sock | Docker Socket | Required to control containers |
| Volume | /app/config | Config Storage | Stores config.json (Settings) |
| Port | 5000 | Web Interface | Map to host (e.g. 5005:5000) |
| Env | TZ | Timezone | Optional (e.g. Europe/Berlin) |
containrrr/watchtower container.docker-compose.yml structure (e.g., adding a new volume), you must redeploy the stack manually.Docker Hub: https://hub.docker.com/r/boingbasti/update-commander GitHub: https://github.com/boingbasti/docker-update-commander
Created with ❤️ by boingbasti
Content type
Image
Digest
sha256:1ab534ba0…
Size
22.9 MB
Last updated
about 1 month ago
docker pull boingbasti/update-commander