Use inetutils-telnet for proper terminal type negotiation
This commit is contained in:
@@ -33,8 +33,8 @@ services:
|
||||
ports:
|
||||
- "7681:7681"
|
||||
environment:
|
||||
- TERM=xterm-256color
|
||||
command: sh -c "apk add --no-cache busybox-extras && ttyd -p 7681 -t termType=xterm-256color telnet synchronet 23"
|
||||
- TERM=ansi
|
||||
command: sh -c "apk add --no-cache inetutils-telnet && ttyd -p 7681 -t termType=ansi -t fontSize=16 telnet synchronet 23"
|
||||
depends_on:
|
||||
- synchronet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user