Enable write mode in ttyd with -W flag

This commit is contained in:
2026-02-16 03:28:44 +00:00
parent d7f7f19fbd
commit 9fbd6f6900
+1 -1
View File
@@ -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