Revert to simple busybox telnet - users can set ANSI in BBS settings
This commit is contained in:
@@ -32,10 +32,9 @@ services:
|
|||||||
- npm-network
|
- npm-network
|
||||||
ports:
|
ports:
|
||||||
- "7681:7681"
|
- "7681:7681"
|
||||||
command: |
|
environment:
|
||||||
sh -c "apk add --no-cache socat &&
|
- TERM=ansi
|
||||||
TERM=ansi ttyd -p 7681 -t fontSize=16 -t rendererType=canvas
|
command: sh -c "apk add --no-cache busybox-extras && ttyd -p 7681 -t fontSize=16 telnet synchronet 23"
|
||||||
socat -,raw,echo=0,escape=0x1d tcp:synchronet:23"
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- synchronet
|
- synchronet
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user