mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 22:39:25 +01: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
|