10 lines
153 B
YAML
Raw Normal View History

2025-05-10 21:49:39 +08:00
version: '3'
services:
busybox:
image: "busybox:latest"
command: httpd -f -h /www/
ports:
- "80:80"
volumes:
- "/bin:/www"