From 7da42c9e25f744f48ad197452fec92bad7e0a59b Mon Sep 17 00:00:00 2001 From: machka Date: Wed, 21 May 2025 07:55:38 +0000 Subject: [PATCH] README update 2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86e8db6..fdc2e00 100644 --- a/README.md +++ b/README.md @@ -105,11 +105,11 @@ This Telegram bot is designed to automate the sale and management of subscriptio 3. **Locales:** * Translation files are in the `locales/` directory (`en.json`, `ru.json`). Ensure they are present and correctly formatted. `locales` mounting is optional. -4. **Build and Run with Docker Compose:** +4. **Run with Docker Compose:** ```bash docker compose up -d ``` - This command will build the Docker image (if it doesn't exist or if `Dockerfile` changed) and start the `remnawave-tg-shop` service in detached mode. + This command will pull the Docker image (if it doesn't exist or if `Dockerfile` changed) and start the `remnawave-tg-shop` service in detached mode. 5. **Webhook Setup (Important if using webhooks):** * **Reverse Proxy (Nginx, Caddy, etc.):** You need a reverse proxy to handle incoming HTTPS traffic, manage SSL certificates (e.g., from Let's Encrypt), and forward requests to your bot's container.