Files
tui-cv/docker-compose.yml
dcorral 6975532232
All checks were successful
Deploy to VPS / deploy (push) Successful in 58s
Persist keys on container restart
2025-11-06 22:46:53 +01:00

17 lines
264 B
YAML

services:
anonymous-ssh:
build: .
container_name: anonymous-ssh
environment:
- COMMAND=/app/tui
ports:
- "22:22"
cap_add:
- SYS_CHROOT
restart: unless-stopped
volumes:
- ssh-keys:/etc/ssh
volumes:
ssh-keys: