Configure ttyd with xterm-256color for ANSI support
This commit is contained in:
@@ -32,7 +32,9 @@ services:
|
|||||||
- npm-network
|
- npm-network
|
||||||
ports:
|
ports:
|
||||||
- "7681:7681"
|
- "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:
|
depends_on:
|
||||||
- synchronet
|
- synchronet
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user