docker recipe for running backdoor

This commit is contained in:
2019-11-02 11:51:13 +02:00
parent e069ad7612
commit 1a107fdd50
6 changed files with 66 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
version: '2'
services:
app:
build:
context: code/
ports:
- "0.0.0.0:${EXPOSE}:22"
volumes:
- ./persistent/:/home/user/
environment:
- USR=${USR}
restart: unless-stopped