2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 22:39:25 +01:00
Files
dockerfiles_vimagick/openwrt/docker-compose.yml
2016-08-02 09:22:07 +08:00

8 lines
162 B
YAML

openwrt:
image: vimagick/openwrt:bcm2710
container_name: openwrt_bcm2710
command: sleep inf
volumes:
- ./data/bcm2710:/data
restart: unless-stopped