Files
go-ssh-server/docker-compose.yml

12 lines
229 B
YAML
Raw Normal View History

services:
ssh-server:
image: dcorral/ssh-remote:latest
ports:
- "22:22"
volumes:
- ../tui:/app/tui:ro
cap_add:
- SYS_CHROOT
environment:
- COMMAND=/app/tui
restart: unless-stopped