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