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

11 lines
239 B
YAML
Raw Permalink Normal View History

services:
ssh-server:
2025-11-06 23:31:41 +01:00
image: dcorral3/go-ssh-server-command:latest
ports:
- "22:22"
cap_add:
- SYS_CHROOT
environment:
2025-11-06 23:31:41 +01:00
- PORT=22 # Change to any port for internal port listen
2025-11-06 16:21:54 +01:00
restart: unless-stopped