Skip to content

Commit

Permalink
Merge pull request #1328 from wiedehopf/main
Browse files Browse the repository at this point in the history
remove unnecessary tty: true
  • Loading branch information
fredclausen authored Dec 1, 2024
2 parents c1f89e2 + 0a1065f commit ae4e420
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Setting-Up-ACARSHub.MD
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ volumes:
services:
acarshub:
image: ghcr.io/sdr-enthusiasts/docker-acarshub:latest
tty: true
container_name: acarshub
restart: always
ports:
Expand Down Expand Up @@ -83,7 +82,6 @@ services:
### Remove this section if you are NOT decoding ACARS
acarsdec:
image: ghcr.io/sdr-enthusiasts/docker-acarsdec:latest
tty: true
container_name: acarsdec
restart: always
environment:
Expand All @@ -108,7 +106,6 @@ services:

dumpvdl2:
image: ghcr.io/sdr-enthusiasts/docker-dumpvdl2:latest
tty: true
container_name: dumpvdl2
restart: always
environment:
Expand Down Expand Up @@ -136,7 +133,6 @@ services:
image: ghcr.io/sdr-enthusiasts/acars_router:latest
labels:
- "autoheal=true"
tty: true
ports:
- 55555:15555
- 55550:15550
Expand Down

0 comments on commit ae4e420

Please sign in to comment.