Files
ctf/2024/hackropole/pwn/bofbof/docker-compose.yml
2025-06-06 03:13:31 +02:00

7 lines
110 B
YAML

version: '3.9'
services:
bofbof:
image: anssi/fcsc2021-pwn-bofbof:latest
ports:
- "4000:4000"