All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 20s
16 lines
240 B
YAML
16 lines
240 B
YAML
services:
|
|
ssh-server:
|
|
build: .
|
|
ports:
|
|
- "22:22"
|
|
cap_add:
|
|
- SYS_CHROOT
|
|
environment:
|
|
- COMMAND=/app/tui
|
|
volumes:
|
|
- ssh_host_key:/app/host_key
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
ssh_host_key:
|