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