services:
ssh-server:
image: dcorral3/go-ssh-server-command:latest
ports:
- "22:22"
cap_add:
- SYS_CHROOT
environment:
- COMMAND=/app/tui
restart: unless-stopped