mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-22 05:09:09 +02:00
8 lines
162 B
YAML
8 lines
162 B
YAML
openwrt:
|
|
image: vimagick/openwrt:bcm2710
|
|
container_name: openwrt_bcm2710
|
|
command: sleep inf
|
|
volumes:
|
|
- ./data/bcm2710:/data
|
|
restart: unless-stopped
|