Skip to content

Commit ef7ffd4

Browse files
author
shajen
committed
Updated README.
1 parent 6c809a4 commit ef7ffd4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It also provides easy but very powerful **web panel** to explore recordings and
1313

1414
# Sample data collected
1515

16-
[YouTube video](http://www.youtube.com/watch?v=TSDbcb7wSjs)
16+
[YouTube video](http://www.youtube.com/watch?v=TSDbcb7wSjs) (old version)
1717

1818
| Spectrogram | Transmission |
1919
| - | - |
@@ -37,13 +37,13 @@ wget https://github.com/shajen/rtl-sdr-scanner-cpp/raw/master/docker-compose.yml
3737
docker compose up
3838
```
3939

40-
Wait a moment to collect data and open panel.
41-
4240
To update docker images to latest version type:
4341
```
4442
docker compose pull
4543
```
4644

45+
Also remember to update `docker-compose.yml` and `config.json`.
46+
4747
## Panel
4848

4949
Open [http://localhost:8000/sdr/spectrograms/](http://localhost:8000/sdr/spectrograms/) and wait for data to collect.
@@ -271,6 +271,13 @@ Set `"console_log_level": "trace"` in `config.json`.
271271

272272
Then run app normally by `docker compose up`. After the error run `docker compose logs > logs.txt`. Please attach `logs.txt` if you create a new issue. Do not paste logs directly to issue. Upload it to any file host service ([https://file.io/](https://file.io/), [https://pastebin.com/](https://pastebin.com/) or any you like).
273273

274+
# Timezone
275+
276+
If timezone detection not work correctly and it seems to use `UTC` instead your timezone please set timezone in host system. To set `Europe/Warsaw` type:
277+
```
278+
echo "Europe/Warsaw" > /etc/timezone
279+
```
280+
274281
# Advanced usage
275282

276283
## Build from sources

0 commit comments

Comments
 (0)