mirror of
https://github.com/YuzuZensai/TrollSSH.git
synced 2026-07-15 14:06:00 +00:00
15 lines
408 B
YAML
15 lines
408 B
YAML
services:
|
|
trollssh:
|
|
image: ghcr.io/yuzuzensai/trollssh:v1.0.1
|
|
container_name: trollssh
|
|
restart: unless-stopped
|
|
ports:
|
|
- "22:22"
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
# Host keys + banner/fakelogin/goodbye text assets
|
|
- ./data:/home/app/data
|
|
# Pre-generated frame sets
|
|
- ./frames:/home/app/frames
|