Add Readme and remove docker-compose volumes
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 10s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 10s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user