1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:09 +02:00
dockerfiles/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