Skip to content

Commit

Permalink
remove unnecessary tty: true (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf authored Dec 1, 2024
1 parent 9f541fc commit 54e614c
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 @@ -182,7 +182,6 @@ version: "2.0"
services:
piaware:
image: ghcr.io/sdr-enthusiasts/docker-piaware:latest
tty: true
container_name: piaware
restart: always
devices:
Expand Down Expand Up @@ -237,7 +236,6 @@ version: "2.0"
services:
piaware:
image: ghcr.io/sdr-enthusiasts/docker-piaware:latest
tty: true
container_name: piaware
restart: always
devices:
Expand Down Expand Up @@ -297,7 +295,6 @@ version: "2.0"
services:
piaware:
image: ghcr.io/sdr-enthusiasts/docker-piaware:latest
tty: true
container_name: piaware
restart: always
environment:
Expand Down Expand Up @@ -369,7 +366,6 @@ version: "2.0"
services:
piaware:
image: ghcr.io/sdr-enthusiasts/docker-piaware:latest
tty: true
container_name: piaware
restart: always
environment:
Expand Down

0 comments on commit 54e614c

Please sign in to comment.