mikenye / docker-readsb

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

Wiki Typo in section "Create docker-compose.yml file" #15

Closed marvk closed 4 years ago

marvk commented 4 years ago

In the section "Create docker-compose.yml file", environment is misspelled

Expected:

    environment:
      - TZ=YOURTIMEZONE

Actual:

             |
             v
    environmemt:
      - TZ=YOURTIMEZONE
mikenye commented 4 years ago

Thanks for reporting this. I've fixed the typo.