mirror of
https://github.com/pischule/go-mention-all-bot.git
synced 2025-12-19 06:56:43 +00:00
Update README.md
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
.env
|
.env
|
||||||
data
|
data
|
||||||
|
.idea
|
||||||
@@ -5,7 +5,7 @@ Second version of [mention-all-the-bot](https://github.com/pischule/mention-all-
|
|||||||
## how to run this
|
## how to run this
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ cat > docker-compose.yml << EOL
|
$ cat << EOF > docker-compose.yml
|
||||||
services:
|
services:
|
||||||
bot:
|
bot:
|
||||||
image: ghcr.io/pischule/go-mention-all-bot:master
|
image: ghcr.io/pischule/go-mention-all-bot:master
|
||||||
@@ -14,6 +14,6 @@ services:
|
|||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
environment:
|
environment:
|
||||||
TELEGRAM_TOKEN: "<your-bot-token>"
|
TELEGRAM_TOKEN: "<your-bot-token>"
|
||||||
EOL
|
EOF
|
||||||
$ docker compose up -d
|
$ docker compose up -d
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user