📚 docs: Update README

This commit is contained in:
2026-07-13 21:10:24 +07:00
parent 68f9154939
commit dee0de9d9b
3 changed files with 87 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
trollssh:
image: ghcr.io/yuzuzensai/trollssh:latest
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