Skip to content

Commit

Permalink
remove unnecessary tty: true (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf authored Dec 1, 2024
1 parent b597aa6 commit 990a098
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ Here is an example `docker-compose.yml`:
image: ghcr.io/sdr-enthusiasts/docker-dump978:latest
# profiles:
# - donotstart
tty: true
container_name: dump978
hostname: dump978
restart: always
Expand Down Expand Up @@ -126,7 +125,6 @@ Here is an example `docker-compose.yml`:
ultrafeeder:
image: ghcr.io/sdr-enthusiasts/docker-adsb-ultrafeeder
tty: true
container_name: ultrafeeder
hostname: ultrafeeder
restart: unless-stopped
Expand Down Expand Up @@ -222,7 +220,6 @@ piaware:
image: ghcr.io/sdr-enthusiasts/docker-piaware
# profiles:
# - donotstart
tty: true
container_name: piaware
hostname: piaware
restart: always
Expand All @@ -249,7 +246,6 @@ rbfeeder:
image: ghcr.io/sdr-enthusiasts/docker-radarbox
# profiles:
# - donotstart
tty: true
container_name: rbfeeder
hostname: rbfeeder
restart: always
Expand Down

0 comments on commit 990a098

Please sign in to comment.