From 0a1065f9b9169727828684b63ad6c01c54e2f901 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Sun, 1 Dec 2024 22:26:58 +0000 Subject: [PATCH] remove unnecessary tty: true --- Setting-Up-ACARSHub.MD | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Setting-Up-ACARSHub.MD b/Setting-Up-ACARSHub.MD index bcd0d6b0..3ee1e052 100644 --- a/Setting-Up-ACARSHub.MD +++ b/Setting-Up-ACARSHub.MD @@ -53,7 +53,6 @@ volumes: services: acarshub: image: ghcr.io/sdr-enthusiasts/docker-acarshub:latest - tty: true container_name: acarshub restart: always ports: @@ -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: @@ -108,7 +106,6 @@ services: dumpvdl2: image: ghcr.io/sdr-enthusiasts/docker-dumpvdl2:latest - tty: true container_name: dumpvdl2 restart: always environment: @@ -136,7 +133,6 @@ services: image: ghcr.io/sdr-enthusiasts/acars_router:latest labels: - "autoheal=true" - tty: true ports: - 55555:15555 - 55550:15550