From 57150c9e5ca9d8ee156c2d78834a6091f39bab47 Mon Sep 17 00:00:00 2001 From: poprhythm Date: Mon, 16 Feb 2026 03:20:45 +0000 Subject: [PATCH] Configure ttyd with xterm-256color for ANSI support --- synchronet/docker-compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/synchronet/docker-compose.yaml b/synchronet/docker-compose.yaml index d78a3f1..6d6fa58 100644 --- a/synchronet/docker-compose.yaml +++ b/synchronet/docker-compose.yaml @@ -32,7 +32,9 @@ services: - npm-network ports: - "7681:7681" - command: sh -c "apk add --no-cache busybox-extras && ttyd -p 7681 telnet synchronet 23" + environment: + - TERM=xterm-256color + command: sh -c "apk add --no-cache busybox-extras && ttyd -p 7681 -t termType=xterm-256color telnet synchronet 23" depends_on: - synchronet