Implement all together
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

This commit is contained in:
2025-11-06 23:31:41 +01:00
parent d37921cdd7
commit 25f29e2dc4
4 changed files with 316 additions and 233 deletions

View File

@@ -0,0 +1,10 @@
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