mikenye / docker-readsb

Multi-architecture readsb container with support for RTLSDR, bladeRF and plutoSDR (x86_64, arm32v7, arm64v8)
83 stars 4 forks source link

Missing timezone in adsbexchange #18

Closed Grandmasg closed 4 years ago

Grandmasg commented 4 years ago

Saw an error in the log that the timezone was not set in section "Feeding adsbexchange.com" Fixed with adding: - TZ=YOURTIMEZONE

Sample: adsbx: image: mikenye/adsbexchange:latest tty: true container_name: adsbx restart: always environment:

mikenye commented 4 years ago

Fixed, thanks for reporting this! :-)