From 9fbd6f69007eab6aa04f3f953981f1eb8f52ecb8 Mon Sep 17 00:00:00 2001 From: poprhythm Date: Mon, 16 Feb 2026 03:28:44 +0000 Subject: [PATCH] Enable write mode in ttyd with -W flag --- synchronet/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synchronet/docker-compose.yaml b/synchronet/docker-compose.yaml index edf19e8..33c6e68 100644 --- a/synchronet/docker-compose.yaml +++ b/synchronet/docker-compose.yaml @@ -34,7 +34,7 @@ services: - "7681:7681" environment: - TERM=ansi - command: sh -c "apk add --no-cache busybox-extras && ttyd -p 7681 -t fontSize=16 telnet synchronet 23" + command: sh -c "apk add --no-cache busybox-extras && ttyd -W -p 7681 -t fontSize=16 telnet synchronet 23" depends_on: - synchronet