mirror of
https://github.com/YuzuZensai/TrollSSH.git
synced 2026-09-13 15:59:03 +00:00
📚 docs: Update README
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user