Sign in
android-kvm
/
buildroot
/
refs/heads/master
/
.
/
support
/
testing
/
conf
/
docker-compose.yml
blob: ce89d79b594d05ee990ccd1561fdc963d9cc968e [
file
] [
log
] [
blame
] [
edit
]
version:
'3'
services:
busybox:
image:
"busybox:latest"
command:
httpd
-
f
-
h /www/
ports:
-
"80:80"
volumes:
-
"/bin:/www"