Files
go-ssh-server/docker-compose.yml
dcorral d9df32f7cf
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 26s
Add post-quantum support
2025-11-06 16:21:54 +01:00

11 lines
166 B
YAML

services:
ssh-server:
build: .
ports:
- "22:22"
cap_add:
- SYS_CHROOT
environment:
- COMMAND=/app/tui
restart: unless-stopped