All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 10s
10 lines
201 B
YAML
10 lines
201 B
YAML
services:
|
|
ssh-server:
|
|
image: dcorral3/go-ssh-server-command:latest
|
|
ports:
|
|
- "22:22"
|
|
cap_add:
|
|
- SYS_CHROOT
|
|
environment:
|
|
- COMMAND=/app/tui
|
|
restart: unless-stopped |