Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3377 authored Sep 4, 2024
1 parent 8aec5b4 commit 6d48491
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ services:
- ./config:/app/config
- ./data:/app/data
environment:
- TELEGRAM_BOT_TOKEN=tg bot token
- TELEGRAM_USERS=tg user id
- TELEGRAM_CHANNELS=tg channel id
- TELEGRAM_BOT_TOKEN=
- TELEGRAM_USERS=
- TELEGRAM_CHANNELS=
- TZ=Asia/Shanghai
restart: unless-stopped

0 comments on commit 6d48491

Please sign in to comment.