-
-
Notifications
You must be signed in to change notification settings - Fork 3
Updates
Update information appears only under Settings → Software update. Other application pages do not contact GitHub.
Select Check for updates now to bypass the six-hour result cache and request the latest GitHub release immediately.
The safest update method is:
docker compose pull
docker compose up -dReview the release notes first.
One-click updates are disabled in the normal Compose configuration. Enable the security-sensitive override explicitly:
docker compose \
-f docker-compose.yml \
-f docker-compose.updates.yml \
up -dThe install button appears only when:
- A newer GitHub release exists
- The app is running in Docker
DOCKER_UPDATE_ENABLED=true-
/var/run/docker.sockis mounted - The container uses
ghcr.io/derrobin99/smart-drink-fridge
The updater starts Watchtower for a single run, replaces only the web container, preserves its configuration and volumes, then removes the helper.
The application identifies the managed web container by its stable Compose container name. This remains valid after Watchtower replaces the container; Docker's changing internal hostname is not used as the primary identifier.
Docker socket access is effectively root access to the Docker host. Use it only on a trusted private network. Never expose this application directly to the public internet.
The same override also makes the optional Raspberry Pi reboot and power-off controls technically possible. Those buttons remain disabled until separately enabled under Settings and always require password confirmation.
To disable one-click updates, recreate the service using only:
docker compose up -dSmart Drink Fridge documentation · App Store · Repository · Releases · Issues
- Home
- Installation
- Configuration
- Using the application
- iPhone and Apple Watch app
- Multiple fridges and remote scanners
- Hardware and barcode scanners
- User accounts and NFC
- Nextion display
- PWA and mobile installation
- Tailscale and HTTPS
- Updates
- Integrations
- Backups and data
- Security
- Troubleshooting
- Maintaining the Wiki