version: '3.8' services: h2: build: ./h2 ports: - "9092:9092" container_name: h2-vulnerable client: build: ./client depends_on: - h2 container_name: h2-exploit-client tty: true