From b003040694a4ac2b6855db7bd7fdfc2999a9816e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 16 Nov 2025 23:12:16 +1100 Subject: [PATCH] add logs and timezone to compose example --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c472204..357434e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ No more tab juggling, channel switching, or missing rewards — just set it, for ## 🧰 Quick Start (Docker Recommended) -### 🐳 Using Pre-Built Image +### 🐳 Using Pre-Built Image (Docker run) ```bash docker pull rangermix/twitch-drops-miner:latest @@ -46,6 +46,11 @@ services: - "8080:8080" volumes: - ./data:/app/data + # optional, use if you want to persist logs + - ./logs:/app/logs + environment: + # Set timezone (optional, defaults to UTC) + - TZ=Australia/Sydney restart: unless-stopped ```