Files
go-ssh-server/docker-compose.yml
dcorral c0a1b6fca8
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 16s
Require COMMAND env var, remove default, add docker-compose example
2025-11-06 14:47:24 +01:00

12 lines
229 B
YAML

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