sparse/docker-compose.yml
2023-05-06 22:42:21 -04:00

13 lines
330 B
YAML

version: '3.8'
services:
examples_bindshell_target:
image: ubuntu:20.04
volumes:
- ./target:/backdoor
command: /backdoor/release/bind-shell-backdoor
examples_bindshell_client:
image: alpine
volumes:
- ./target:/backdoor
command: /backdoor/release/client examples_bindshell_target:54248