# Docker tar1090 Installation

Quelle: [https://hub.docker.com/r/mikenye/tar1090](https://hub.docker.com/r/mikenye/tar1090)

```yaml
version: '2.0'

networks:
  adsbnet:

services:

  tar1090:
    image: mikenye/tar1090:latest
    tty: true
    container_name: tar1090
    restart: always
    environment:
      - TZ=Europe/Berlin
      - BEASTHOST=192.168.10.149
      - LAT=48.150719
      - LONG=11.435560
    networks:
      - adsbnet
    ports:
      - 8078:80
    tmpfs:
      - /run:exec,size=64M
      - /var/log
```

Bei Beasthost muss die IP-Adresse von "Docker Piaware / FlightAware Installation" eingetragen werden. Der Port **3005** muss Expose sein, sonst kommt keine Kommunikation zustande.

[![flightradar-installation-1.png](https://wiki.unixweb.net/uploads/images/gallery/2023-11/scaled-1680-/flightradar-installation-1.png)](https://wiki.unixweb.net/uploads/images/gallery/2023-11/flightradar-installation-1.png)

![](https://matomo.unixweb.eth64.de/matomo.php?idsite=1&rec=1&action_name=flightradar4)