v0.11.3
This commit is contained in:
8
tests/docker/compose.yml
Normal file
8
tests/docker/compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
ssh_server:
|
||||
build: .
|
||||
image: backy_ssh_server:latest
|
||||
container_name: backy_ssh_server
|
||||
ports:
|
||||
- "2222:22"
|
||||
restart: "no"
|
||||
Reference in New Issue
Block a user