From 448e493588fb80324ee66529ac8d174ac29d7794 Mon Sep 17 00:00:00 2001 From: dennii Date: Sat, 3 Jan 2026 01:15:42 +1100 Subject: [PATCH] Add warning that official Docker Hub is not premium --- PREMIUM-BUILD.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PREMIUM-BUILD.md b/PREMIUM-BUILD.md index 33326b0b7..ebd2338e8 100644 --- a/PREMIUM-BUILD.md +++ b/PREMIUM-BUILD.md @@ -76,6 +76,12 @@ You can copy this entire `win-unpacked` folder anywhere and run it without insta ## 🐳 Option 2: Run as Web App with Docker +> ⚠️ **IMPORTANT: Official Docker Hub is NOT Premium!** +> +> The official image `dbgate/dbgate` on Docker Hub does **NOT** have premium features. +> You must **build your own image** from this repository to get premium features. +> Do NOT use `docker pull dbgate/dbgate` - it won't have the unlocked features! + ### Step 1: Clone and Build Docker Image ```bash