xref: /OK3568_Linux_fs/buildroot/support/testing/conf/docker-compose.yml (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1version: '3'
2services:
3  busybox:
4    image: "busybox:latest"
5    command: httpd -f -h /www/
6    ports:
7      - "80:80"
8    volumes:
9      - "/bin:/www"
10