Fix ttyd container - use alpine image with busybox telnet
This commit is contained in:
@@ -25,14 +25,14 @@ services:
|
||||
- SBBSCTRL=/sbbs-data/ctrl
|
||||
|
||||
ttyd:
|
||||
image: tsl0922/ttyd:latest
|
||||
image: tsl0922/ttyd:alpine
|
||||
container_name: synchronet-web-terminal
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- npm-network
|
||||
ports:
|
||||
- "7681:7681"
|
||||
command: telnet synchronet 23
|
||||
command: sh -c "apk add --no-cache busybox-extras && ttyd -p 7681 telnet synchronet 23"
|
||||
depends_on:
|
||||
- synchronet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user