chuxi111's picture
Initial release: Alibaba CTF Benchmark - 87 Harbor tasks
8b20fb6 verified
Raw
History Blame Contribute Delete
441 Bytes
services:
main:
networks:
agent_network: null
depends_on:
app:
condition: service_started
app:
image: quay.io/alibaba-aaig/alibaba-ctf-bench:runtime.alibabactf-2024-Misc-af540a50
restart: always
environment: {}
networks:
agent_network:
aliases:
- challenge
command:
- /bin/sh
- -c
- bash /start.sh
expose:
- '9999'
networks:
agent_network: null