new/buildroot/support/testing/conf/docker-compose.yml
2025-05-10 21:58:58 +08:00

10 lines
153 B
YAML

version: '3'
services:
busybox:
image: "busybox:latest"
command: httpd -f -h /www/
ports:
- "80:80"
volumes:
- "/bin:/www"