Add Readme and remove docker-compose volumes
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 10s

This commit is contained in:
2025-11-06 15:39:26 +01:00
parent 4acd92e8e7
commit 2e40d02605
2 changed files with 26 additions and 3 deletions

View File

@@ -1,10 +1,8 @@
services:
ssh-server:
image: dcorral/ssh-remote:latest
image: dcorral3/go-ssh-server-command:latest
ports:
- "22:22"
volumes:
- ../tui:/app/tui:ro
cap_add:
- SYS_CHROOT
environment: