mirror of
https://github.com/idanoo/rtl-pager-discord
synced 2025-07-01 22:02:24 +00:00
Push latest
This commit is contained in:
parent
bcf455898c
commit
375a5cbb96
2 changed files with 2 additions and 3 deletions
3
.github/workflows/build-and-deploy.yml
vendored
3
.github/workflows/build-and-deploy.yml
vendored
|
@ -36,5 +36,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: latest
|
tags: idanoo/rtl-pager-discord:latest
|
||||||
labels: amd64
|
|
|
@ -2,7 +2,7 @@
|
||||||
Docker container to pull pager message into a discord channel from an RTL-SDR
|
Docker container to pull pager message into a discord channel from an RTL-SDR
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run idanoo/rtl-pager-discord
|
docker run -e "FREQUENCY=157.945M" -e "GAIN=40.2" -e "DISCORD_WEBHOOK_URL=https:..." idanoo/rtl-pager-discord
|
||||||
|
|
||||||
ENV VARS:
|
ENV VARS:
|
||||||
- FREQUENCY
|
- FREQUENCY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue