Skip to content

Commit

Permalink
remove unnecessary tty: true (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf authored Dec 1, 2024
1 parent 2e760c2 commit 732124c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Note: the airspy_adsb environment variables in the example below follow [wiedeho
services:
airspy_adsb:
image: ghcr.io/sdr-enthusiasts/airspy_adsb:latest
tty: true
container_name: airspy_adsb
hostname: airspy_adsb
restart: always
Expand Down Expand Up @@ -68,7 +67,6 @@ services:
# Note - if you want to enable telegraf for use with InfluxDB/Prometheus and Grafana,
# use the following image instead:
# image: ghcr.io/sdr-enthusiasts/docker-adsb-ultrafeeder:telegraf
tty: true
container_name: ultrafeeder
hostname: ultrafeeder
restart: unless-stopped
Expand Down

0 comments on commit 732124c

Please sign in to comment.