From 8c2534aeb9cd5c5150d5d09685681597ab2c55a1 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:40:24 -0700 Subject: [PATCH] remove tty: true --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e52dae3..3b8d512 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ volumes: services: flightairmap: image: ghcr.io/sdr-enthusiasts/docker-flightairmap:latest - tty: true container_name: flightairmap restart: always ports: @@ -86,7 +85,6 @@ networks: services: flightairmap_db: image: lscr.io/linuxserver/mariadb:latest - tty: true container_name: flightairmap_db restart: always environment: @@ -102,7 +100,6 @@ services: flightairmap: image: ghcr.io/sdr-enthusiasts/docker-flightairmap:latest - tty: true container_name: flightairmap restart: always ports: