Configure ttyd with xterm-256color for ANSI support

This commit is contained in:
2026-02-16 03:20:45 +00:00
parent 058247465a
commit 57150c9e5c
+3 -1
View File
@@ -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