mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 20:14:56 +01:00
28 lines
458 B
YAML
28 lines
458 B
YAML
openwrt:
|
|
image: vimagick/openwrt
|
|
command: sleep infinity
|
|
environment:
|
|
- TERM=xterm
|
|
restart: unless-stopped
|
|
|
|
bcm2708:
|
|
extends:
|
|
service: openwrt
|
|
image: vimagick/openwrt:bcm2708
|
|
volumes:
|
|
- ./data/bcm2708:/data
|
|
|
|
bcm2710:
|
|
extends:
|
|
service: openwrt
|
|
image: vimagick/openwrt:bcm2710
|
|
volumes:
|
|
- ./data/bcm2710:/data
|
|
|
|
mt7628:
|
|
extends:
|
|
service: openwrt
|
|
image: vimagick/openwrt:mt7628
|
|
volumes:
|
|
- ./data/mt7628:/data
|