Files
go-ssh-server/docker-compose.example.yml
dcorral 25f29e2dc4
Some checks failed
Build, Test and Push Docker Image / e2e-test (push) Failing after 5s
Build, Test and Push Docker Image / build-and-push (push) Has been skipped
Implement all together
2025-11-06 23:31:41 +01:00

11 lines
239 B
YAML

services:
ssh-server:
image: dcorral3/go-ssh-server-command:latest
ports:
- "22:22"
cap_add:
- SYS_CHROOT
environment:
- PORT=22 # Change to any port for internal port listen
restart: unless-stopped