blob: ce89d79b594d05ee990ccd1561fdc963d9cc968e [file] [log] [blame]
version: '3'
services:
busybox:
image: "busybox:latest"
command: httpd -f -h /www/
ports:
- "80:80"
volumes:
- "/bin:/www"