sparse/docker-compose.yml
2023-05-06 22:43:23 -04:00

13 lines
347 B
YAML

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