File size: 425 Bytes
8b20fb6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
services:
  main:
    networks:
      agent_network: null
    depends_on:
      klang:
        condition: service_started
  klang:
    image: quay.io/alibaba-aaig/alibaba-ctf-bench:runtime.alibabactf-2024-Pwn-klang
    restart: always
    environment: {}
    networks:
      agent_network:
        aliases:
        - challenge
    command:
    - /docker-entrypoint.sh
    expose:
    - '9999'
networks:
  agent_network: null