Files
TrollSSH/docker-compose.yaml
T

16 lines
447 B
YAML
Raw Permalink Normal View History

services:
trollssh:
2026-07-16 23:29:14 +07:00
image: ghcr.io/yuzuzensai/trollssh:v1.1.1
container_name: trollssh
restart: unless-stopped
mem_limit: ${MEMORY_LIMIT:-2g}
ports:
- "22:22"
env_file:
- .env
volumes:
2026-07-13 21:10:24 +07:00
# Host keys + banner/fakelogin/goodbye text assets
2026-07-13 17:47:00 +07:00
- ./data:/home/app/data
# Pre-generated frame sets
2026-07-13 17:47:00 +07:00
- ./frames:/home/app/frames