Initial commit with Dockerfile and Go code
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
ssh-server:
|
||||
image: ssh-server
|
||||
build: .
|
||||
ports:
|
||||
- "22:22"
|
||||
volumes:
|
||||
- ../tui:/app/tui:ro
|
||||
cap_add:
|
||||
- SYS_CHROOT
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user